Made usable with (now obsolete) SLOW_INPUT define - please test without

This commit is contained in:
ariclone 2001-04-19 21:21:11 +00:00
parent 7a71c03fba
commit 934f78222e

View file

@ -1058,7 +1058,11 @@ global void WaitEventsAndKeepSync(void)
//
// Network in sync and time for frame over: return
//
if( !morex && NetworkInSync && VideoInterrupts ) {
if(
#ifndef SLOW_INPUT
!morex &&
#endif
NetworkInSync && VideoInterrupts ) {
break;
}
}