aboutsummaryrefslogtreecommitdiff
path: root/engines/wintermute/Base/BGame.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/wintermute/Base/BGame.h')
-rw-r--r--engines/wintermute/Base/BGame.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/engines/wintermute/Base/BGame.h b/engines/wintermute/Base/BGame.h
index 3bee3d134b..e78fd80118 100644
--- a/engines/wintermute/Base/BGame.h
+++ b/engines/wintermute/Base/BGame.h
@@ -97,7 +97,7 @@ public:
bool _shuttingDown;
virtual ERRORCODE displayDebugInfo();
- bool _dEBUG_ShowFPS;
+ bool _debugShowFPS;
bool _suspendedRendering;
int _soundBufferSizeSec;
@@ -185,10 +185,10 @@ public:
virtual ~CBGame();
void DEBUG_DebugDisable();
void DEBUG_DebugEnable(const char *filename = NULL);
- bool _dEBUG_DebugMode;
- bool _dEBUG_AbsolutePathWarning;
+ bool _debugDebugMode;
+ bool _debugAbsolutePathWarning;
- void *_dEBUG_LogFile;
+ void *_debugLogFile;
int _sequence;
virtual ERRORCODE loadFile(const char *filename);
virtual ERRORCODE loadBuffer(byte *buffer, bool complete = true);