This commit is contained in:
jl777
2019-02-02 07:52:41 -11:00
parent a30ff35a24
commit 7c6b1856d3
3 changed files with 2 additions and 5 deletions

View File

@@ -411,8 +411,6 @@ playit(struct rogue_state *rs)
rs->needflush = 0;
}
}
if ( rs->didquit != 0 )
my_exit(0);
}
endit(0);
}
@@ -446,7 +444,6 @@ quit(int sig)
refresh();
score(purse, 1, 0);
flushkeystrokes(rs);
//rs->didquit = (uint32_t)time(NULL);
my_exit(0);
}
else