mirror of https://github.com/OpenTTD/OpenTTD
(svn r2047) -Fix: never commit your own personal changes... :(
parent
83637d164e
commit
5972d84c82
|
@ -302,7 +302,7 @@ static int DedicatedVideoMainLoop(void)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
if (cur_ticks >= next_tick) {
|
if (cur_ticks >= next_tick) {
|
||||||
// next_tick += 30;
|
next_tick += 30;
|
||||||
|
|
||||||
GameLoop();
|
GameLoop();
|
||||||
_screen.dst_ptr = _dedicated_video_mem;
|
_screen.dst_ptr = _dedicated_video_mem;
|
||||||
|
|
Loading…
Reference in New Issue