(svn r20186) -Codechange: remove VARDEF from _realtime_tick and _rightclick_emulate

This commit is contained in:
rubidium
2010-07-19 16:21:49 +00:00
parent cd5bc729d4
commit 2ab8035604
6 changed files with 6 additions and 5 deletions

View File

@@ -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;