Big buffer

This commit is contained in:
jl777
2019-02-20 20:33:13 -11:00
parent 5280af8c12
commit 0594b52df2
5 changed files with 25 additions and 2 deletions

View File

@@ -34,6 +34,7 @@ void restore_player(struct rogue_state *rs)
int32_t i,total = 0; THING *obj;
//rs->P.gold = purse;
max_hp = rs->P.hitpoints;
//pstats.s_hpt = max_hp;
pstats.s_str = rs->P.strength & 0xffff;
if ( (max_stats.s_str= (rs->P.strength >> 16) & 0xffff) == 0 )
max_stats.s_str = 16;