diff options
author | Einar Johan Trøan Sømåen | 2012-06-25 16:14:28 +0200 |
---|---|---|
committer | Einar Johan Trøan Sømåen | 2012-06-25 16:14:28 +0200 |
commit | 58b8b371fe579292b41e272145c0c20ff13ab70b (patch) | |
tree | 4642a6cded2b1c9ee87814daf038449337592adc /engines/wintermute/Base/scriptables | |
parent | 4c61cf042b09a64593a8beb6e1e9d72a883a7cda (diff) | |
download | scummvm-rg350-58b8b371fe579292b41e272145c0c20ff13ab70b.tar.gz scummvm-rg350-58b8b371fe579292b41e272145c0c20ff13ab70b.tar.bz2 scummvm-rg350-58b8b371fe579292b41e272145c0c20ff13ab70b.zip |
WINTERMUTE: Fix even more warnings
Diffstat (limited to 'engines/wintermute/Base/scriptables')
-rw-r--r-- | engines/wintermute/Base/scriptables/ScEngine.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/wintermute/Base/scriptables/ScEngine.cpp b/engines/wintermute/Base/scriptables/ScEngine.cpp index a8bfc10800..c3c376790f 100644 --- a/engines/wintermute/Base/scriptables/ScEngine.cpp +++ b/engines/wintermute/Base/scriptables/ScEngine.cpp @@ -94,7 +94,7 @@ CScEngine::CScEngine(CBGame *inGame): CBBase(inGame) { #else
*/
_compilerAvailable = false;
- _compilerDLL = NULL;
+ _compilerDLL = 0;
//#endif
|