Disable
This commit is contained in:
@@ -169,12 +169,14 @@ int32_t num_packitems(struct rogue_state *rs)
|
|||||||
total += list->o_count;
|
total += list->o_count;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
if ( 0 ) // crashes playerinfo
|
||||||
char str[MAXSTR];
|
{
|
||||||
sprintf(str,"strength*3 %d vs total.%d vs %d inventory letters\n",pstats.s_str*3,total,n);
|
char str[MAXSTR];
|
||||||
add_line(rs,"%s",str);
|
sprintf(str,"strength*3 %d vs total.%d vs %d inventory letters\n",pstats.s_str*3,total,n);
|
||||||
if ( total > pstats.s_str*3 )
|
add_line(rs,"%s",str);
|
||||||
return(MAXPACK);
|
if ( total > pstats.s_str*3 )
|
||||||
|
return(MAXPACK);
|
||||||
|
}
|
||||||
return(n);
|
return(n);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user