summaryrefslogtreecommitdiff
path: root/dedicated.c
diff options
context:
space:
mode:
authortruelight <truelight@openttd.org>2005-03-24 14:31:27 +0000
committertruelight <truelight@openttd.org>2005-03-24 14:31:27 +0000
commitfbb11ea3667047dc8a6236c08d9a3ee91467414e (patch)
tree86e29898e2ae33221aaf5ec5eacca8b717db8e86 /dedicated.c
parent88ef277dc3678610bf2b47437dcbcc00f6fbe333 (diff)
downloadopenttd-fbb11ea3667047dc8a6236c08d9a3ee91467414e.tar.xz
(svn r2042) -Fix: forgot to remove a printf ;)
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 0c2de4a0b..b1c63c0e9 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;