Test code removed.

This commit is contained in:
johns 2001-04-29 13:48:12 +00:00
parent d4d9f3597b
commit da30d69f80

View file

@ -1020,7 +1020,7 @@ global void WaitEventsAndKeepSync(void)
}
maxfd=select(maxfd+1,&rfds,&wfds,NULL
,(1|morex|VideoInterrupts) ? &tv : NULL);
,(morex|VideoInterrupts) ? &tv : NULL);
DebugLevel3Fn("%d, %d\n",morex|VideoInterrupts,maxfd);