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

@@ -171,7 +171,7 @@ readchar(struct rogue_state *rs)
quit(0);
return(27);
}
if ( rs != 0 && rs->guiflag != 0 && rs->didquit == 0 )
if ( rs != 0 && rs->guiflag != 0 )
{
if ( rs->num < sizeof(rs->buffered) )
{