summaryrefslogtreecommitdiff
path: root/dedicated.c
diff options
context:
space:
mode:
authortruelight <truelight@openttd.org>2005-03-24 14:33:05 +0000
committertruelight <truelight@openttd.org>2005-03-24 14:33:05 +0000
commit813e84bf9e2b9ac8e2e8d2b6854a7f618a7aec78 (patch)
tree4ed90073ab6cba2a054eb0a75c2b0cd87dc34dc2 /dedicated.c
parente51659da601c7ce534a0815ccc156e35395e5a12 (diff)
downloadopenttd-813e84bf9e2b9ac8e2e8d2b6854a7f618a7aec78.tar.xz
(svn r2043) -Fix: committed too many files in the last commit
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;