summaryrefslogtreecommitdiff
path: root/src/debug.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2010-07-19 16:21:49 +0000
committerrubidium <rubidium@openttd.org>2010-07-19 16:21:49 +0000
commit34764feac226f4a962cfa7957db79feb617c900c (patch)
treef74f88b30c7f66b30ac4151abef40aeb2590d86c /src/debug.cpp
parente38f503ec03f1bdd6f81ece65c6dca56ded2d935 (diff)
downloadopenttd-34764feac226f4a962cfa7957db79feb617c900c.tar.xz
(svn r20186) -Codechange: remove VARDEF from _realtime_tick and _rightclick_emulate
Diffstat (limited to 'src/debug.cpp')
-rw-r--r--src/debug.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/debug.cpp b/src/debug.cpp
index 8ef91bed0..85c42bdaf 100644
--- a/src/debug.cpp
+++ b/src/debug.cpp
@@ -40,6 +40,7 @@ int _debug_gamelog_level;
int _debug_desync_level;
int _debug_console_level;
+uint32 _realtime_tick = 0;
struct DebugLevel {
const char *name;