Fixed GUI laggyness problems hopefully.

This commit is contained in:
pagefault
2004-10-13 17:57:51 +00:00
parent cd7798dd8d
commit 96796f0f31

View File

@@ -979,11 +979,6 @@ void UpdateVFrame(void)
const int SPCSize = 256;
int i;
/* rcg06172001 get menu animations running correctly... */
/*if (GUIOn2 == 1 && IsActivated == 0) SDL_WaitEvent(NULL);*/
if (GUIOn2 == 1 && IsActivated == 0)
SDL_Delay(100); /* spare the CPU a little. */
CheckTimers();
Main_Proc();