mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-17 21:25:40 +00:00
(svn r2047) -Fix: never commit your own personal changes... :(
This commit is contained in:
parent
d1e158d6f7
commit
61c2c8da9f
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user