This commit is contained in:
jl777
2019-02-02 07:46:24 -11:00
parent 4ffdae4135
commit f46e63403e

View File

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