diff options
author | smatz <smatz@openttd.org> | 2010-02-10 16:10:05 +0000 |
---|---|---|
committer | smatz <smatz@openttd.org> | 2010-02-10 16:10:05 +0000 |
commit | ac6ff0de9b2a660a880386c21768e8963b37fec8 (patch) | |
tree | 2ee1c49d261e6220c3d8b10100699019be5ae907 /src/debug.cpp | |
parent | 2fcab9d54edb7baa4a478be2a629af780f9ec929 (diff) | |
download | openttd-ac6ff0de9b2a660a880386c21768e8963b37fec8.tar.xz |
(svn r19079) -Codechange: use _debug_console_level instead of _stdlib_con_developer
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 39bef2913..94a6fe828 100644 --- a/src/debug.cpp +++ b/src/debug.cpp @@ -40,6 +40,7 @@ int _debug_freetype_level; int _debug_sl_level; int _debug_gamelog_level; int _debug_desync_level; +int _debug_console_level; struct DebugLevel { |