This commit is contained in:
jl777
2019-03-26 05:02:16 -11:00
parent 4aed5b5b98
commit 0642013b11
2 changed files with 12 additions and 4 deletions

View File

@@ -1070,7 +1070,7 @@ gamesevent games_readevent(struct games_state *rs)
//_quit();
return(27);
}
if ( rs != 0 && rs->guiflag != 0 )
/*if ( rs != 0 && rs->guiflag != 0 )
{
if ( rs->num < sizeof(rs->buffered) )
{
@@ -1082,7 +1082,7 @@ gamesevent games_readevent(struct games_state *rs)
//sleep(3);
}
} else fprintf(stderr,"buffer filled without flushed\n");
}
}*/
} else fprintf(stderr,"readchar rs.%p non-gui error?\n",rs);
return(ch);
}