File diff r1537:060bed3865f5 → r1538:9b83bdd8ee42
dedicated.c
Show inline comments
 
@@ -299,13 +299,13 @@ static int DedicatedVideoMainLoop(void)
 
#else
 
		gettimeofday(&tim, NULL);
 
		cur_ticks = (tim.tv_usec / 1000) + (tim.tv_sec * 1000);
 
#endif
 

	
 
		if (cur_ticks >= next_tick) {
 
			next_tick += 30;
 
//			next_tick += 30;
 

	
 
			GameLoop();
 
			_screen.dst_ptr = _dedicated_video_mem;
 
			UpdateWindows();
 
		}
 
		CSleep(1);