diff options
Diffstat (limited to 'src/debug.cpp')
-rw-r--r-- | src/debug.cpp | 1 |
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; |