File diff r1537:060bed3865f5 → r1538:9b83bdd8ee42
dedicated.c
Show inline comments
 
@@ -302,7 +302,7 @@ static int DedicatedVideoMainLoop(void)
 
#endif
 

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

	
 
			GameLoop();
 
			_screen.dst_ptr = _dedicated_video_mem;