This commit is contained in:
jl777
2019-02-10 03:00:42 -11:00
parent 175ac9275d
commit 8737db6f84
2 changed files with 7 additions and 0 deletions

View File

@@ -99,7 +99,11 @@ void rogueiterate(struct rogue_state *rs)
fuse(swander, 0, WANDERTIME, AFTER);
start_daemon(stomach, 0, AFTER);
if ( rs->restoring != 0 )
{
fprintf(stderr,"restore player\n");
restore_player(rs);
sleep(3);
}
playit(rs);
}