1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-15 02:29:10 +00:00

(svn r2047) -Fix: never commit your own personal changes... :(

This commit is contained in:
truelight
2005-03-24 17:31:55 +00:00
parent 83637d164e
commit 5972d84c82

View File

@@ -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;