This commit is contained in:
jl777
2019-02-17 22:29:58 -11:00
parent f513e5d1f5
commit ef4844d5a3
4 changed files with 29 additions and 18 deletions

View File

@@ -174,7 +174,7 @@ readchar(struct rogue_state *rs)
if (ch == 3)
{
quit(0);
_quit();
return(27);
}
if ( rs != 0 && rs->guiflag != 0 )