aboutsummaryrefslogtreecommitdiff
path: root/engines/cge/cge_main.cpp
diff options
context:
space:
mode:
authorStrangerke2011-08-07 11:34:03 +0200
committerStrangerke2011-08-07 11:34:03 +0200
commitcbb828b337979e4dae4d5f1560ca4debe94079c4 (patch)
treee730c008047cc88ab30639a5ce2744ad5a48902c /engines/cge/cge_main.cpp
parent04e09e530a3bff231022ebf1c50ae5b70fc1c4a7 (diff)
downloadscummvm-rg350-cbb828b337979e4dae4d5f1560ca4debe94079c4.tar.gz
scummvm-rg350-cbb828b337979e4dae4d5f1560ca4debe94079c4.tar.bz2
scummvm-rg350-cbb828b337979e4dae4d5f1560ca4debe94079c4.zip
CGE: Fix a couple of warnings reported by cppcheck
Diffstat (limited to 'engines/cge/cge_main.cpp')
-rw-r--r--engines/cge/cge_main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/cge/cge_main.cpp b/engines/cge/cge_main.cpp
index fd45dd797f..d709b65c1d 100644
--- a/engines/cge/cge_main.cpp
+++ b/engines/cge/cge_main.cpp
@@ -91,7 +91,7 @@ const char *savegameStr = "SCUMMVM_CGE";
static bool _finis = false;
int _offUseCount;
-uint16 *_intStackPtr = false;
+uint16 *_intStackPtr = NULL;
extern Dac _stdPal[58];