aboutsummaryrefslogtreecommitdiff
path: root/engines/wintermute/BGame.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/wintermute/BGame.h')
-rw-r--r--engines/wintermute/BGame.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/wintermute/BGame.h b/engines/wintermute/BGame.h
index 610915d154..5de2beacc3 100644
--- a/engines/wintermute/BGame.h
+++ b/engines/wintermute/BGame.h
@@ -191,7 +191,7 @@ public:
bool m_DEBUG_DebugMode;
bool m_DEBUG_AbsolutePathWarning;
- FILE *m_DEBUG_LogFile;
+ void *m_DEBUG_LogFile;
int m_Sequence;
virtual HRESULT LoadFile(const char *Filename);
virtual HRESULT LoadBuffer(byte *Buffer, bool Complete = true);