aboutsummaryrefslogtreecommitdiff
path: root/sky
diff options
context:
space:
mode:
authorTravis Howell2003-07-15 16:40:24 +0000
committerTravis Howell2003-07-15 16:40:24 +0000
commit2b7227679a8f0c89d3ed10f749d9911d70e728de (patch)
tree2a34116c5a3fe2ad55fc889eda77b78c3a7b14a3 /sky
parentd0915c690c39b0fd6c6f71fc5e408fedbc3fd07b (diff)
downloadscummvm-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.cpp2
-rw-r--r--sky/sky.h1
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;
diff --git a/sky/sky.h b/sky/sky.h
index ea119a43e9..1682a43bb6 100644
--- a/sky/sky.h
+++ b/sky/sky.h
@@ -72,7 +72,6 @@ protected:
bool _floppyIntro;
uint16 _debugMode;
- uint16 _debugLevel;
int _numScreenUpdates;