diff options
author | Travis Howell | 2003-07-15 16:40:24 +0000 |
---|---|---|
committer | Travis Howell | 2003-07-15 16:40:24 +0000 |
commit | 2b7227679a8f0c89d3ed10f749d9911d70e728de (patch) | |
tree | 2a34116c5a3fe2ad55fc889eda77b78c3a7b14a3 /sky | |
parent | d0915c690c39b0fd6c6f71fc5e408fedbc3fd07b (diff) | |
download | scummvm-rg350-2b7227679a8f0c89d3ed10f749d9911d70e728de.tar.gz scummvm-rg350-2b7227679a8f0c89d3ed10f749d9911d70e728de.tar.bz2 scummvm-rg350-2b7227679a8f0c89d3ed10f749d9911d70e728de.zip |
Use debug output instead of warnings for simon
Fix debug output in sky
svn-id: r9039
Diffstat (limited to 'sky')
-rw-r--r-- | sky/sky.cpp | 2 | ||||
-rw-r--r-- | sky/sky.h | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/sky/sky.cpp b/sky/sky.cpp index d59d3595b4..01ddd1d41f 100644 --- a/sky/sky.cpp +++ b/sky/sky.cpp @@ -31,6 +31,8 @@ #include <errno.h> #include <time.h> +extern uint16 _debugLevel; + #ifdef _WIN32_WCE extern bool toolbar_drawn; @@ -72,7 +72,6 @@ protected: bool _floppyIntro; uint16 _debugMode; - uint16 _debugLevel; int _numScreenUpdates; |