diff options
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; |