From 34764feac226f4a962cfa7957db79feb617c900c Mon Sep 17 00:00:00 2001 From: rubidium Date: Mon, 19 Jul 2010 16:21:49 +0000 Subject: (svn r20186) -Codechange: remove VARDEF from _realtime_tick and _rightclick_emulate --- src/debug.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/debug.cpp') 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; -- cgit v1.2.3-54-g00ecf