aboutsummaryrefslogtreecommitdiff
path: root/engines/wintermute/Base/scriptables
diff options
context:
space:
mode:
authorEinar Johan Trøan Sømåen2012-06-25 16:14:28 +0200
committerEinar Johan Trøan Sømåen2012-06-25 16:14:28 +0200
commit58b8b371fe579292b41e272145c0c20ff13ab70b (patch)
tree4642a6cded2b1c9ee87814daf038449337592adc /engines/wintermute/Base/scriptables
parent4c61cf042b09a64593a8beb6e1e9d72a883a7cda (diff)
downloadscummvm-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.cpp2
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