diff options
author | truelight <truelight@openttd.org> | 2005-03-24 17:31:55 +0000 |
---|---|---|
committer | truelight <truelight@openttd.org> | 2005-03-24 17:31:55 +0000 |
commit | 5972d84c8239fa6abb1aa8544e7d6e1c2940565f (patch) | |
tree | 7721f729063a3ffbe6086064b1571dd84a0e97c9 | |
parent | 83637d164e8be15166aeb39134170ecbe02173d3 (diff) | |
download | openttd-5972d84c8239fa6abb1aa8544e7d6e1c2940565f.tar.xz |
(svn r2047) -Fix: never commit your own personal changes... :(
-rw-r--r-- | dedicated.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dedicated.c b/dedicated.c index b1c63c0e9..0c2de4a0b 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; |