Hard return

This commit is contained in:
jl777
2019-02-10 04:19:02 -11:00
parent 92ba9815e8
commit a4a93eb862

View File

@@ -38,6 +38,8 @@ command(struct rogue_state *rs)
do_fuses(rs,BEFORE); do_fuses(rs,BEFORE);
while (ntimes--) while (ntimes--)
{ {
if ( rs->replaydone != 0 )
return;
again = FALSE; again = FALSE;
if (has_hit) if (has_hit)
{ {
@@ -268,6 +270,7 @@ over:
if ( rs->guiflag != 0 && rs->needflush == 0 ) if ( rs->guiflag != 0 && rs->needflush == 0 )
rs->needflush = (uint32_t)time(NULL); rs->needflush = (uint32_t)time(NULL);
q_comm = FALSE; q_comm = FALSE;
return;
when 'i': after = FALSE; inventory(rs,pack, 0); when 'i': after = FALSE; inventory(rs,pack, 0);
when 'I': after = FALSE; picky_inven(rs); when 'I': after = FALSE; picky_inven(rs);
when 'd': drop(rs); when 'd': drop(rs);