Mirror F1/F3 menu CPU usage fix in Windows version and a type in the previous commit I just put in CVS a second ago

This commit is contained in:
pagefault
2005-02-03 23:31:40 +00:00
parent 39e9235cda
commit b6a35f7833
2 changed files with 5 additions and 4 deletions

View File

@@ -1047,7 +1047,7 @@ void UpdateVFrame(void)
int i;
//Quick fix for GUI CPU usage
if (GUIOn | GUIOn2) usleep(6000);
if (GUIOn || GUIOn2) usleep(6000);
CheckTimers();
Main_Proc();