Uint check

This commit is contained in:
jl777
2019-03-26 04:46:22 -11:00
parent 297794b253
commit 4aed5b5b98

View File

@@ -710,7 +710,7 @@ void *gamesiterate(struct games_state *rs)
doupdate(); doupdate();
sleep_milli(10); sleep_milli(10);
c = games_readevent(rs); c = games_readevent(rs);
if ( c >= 0 || skipcount == 0x3fff ) if ( c <= 0x7f || skipcount == 0x3fff )
{ {
if ( skipcount > 0 ) if ( skipcount > 0 )
issue_games_events(rs,Gametxidstr,eventid-skipcount,skipcount | 0x4000); issue_games_events(rs,Gametxidstr,eventid-skipcount,skipcount | 0x4000);