diff --git a/dedicated.c b/dedicated.c index b1c63c0e9e..0c2de4a0bc 100644 --- a/dedicated.c +++ b/dedicated.c @@ -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;