summaryrefslogtreecommitdiff
path: root/dedicated.c
diff options
context:
space:
mode:
authortruelight <truelight@openttd.org>2005-03-24 17:31:55 +0000
committertruelight <truelight@openttd.org>2005-03-24 17:31:55 +0000
commit61c2c8da9f1e6f767fc1d8d3093414cfa3947515 (patch)
tree7721f729063a3ffbe6086064b1571dd84a0e97c9 /dedicated.c
parentd1e158d6f723b6fcb2f1edf1ffac29b81ed307e7 (diff)
downloadopenttd-61c2c8da9f1e6f767fc1d8d3093414cfa3947515.tar.xz
(svn r2047) -Fix: never commit your own personal changes... :(
Diffstat (limited to 'dedicated.c')
-rw-r--r--dedicated.c2
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;