Hard return
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user