aboutsummaryrefslogtreecommitdiff
path: root/scumm
diff options
context:
space:
mode:
authorTravis Howell2004-01-14 10:40:54 +0000
committerTravis Howell2004-01-14 10:40:54 +0000
commitd1d5d984948f824767b2b882ddf42f854e25402a (patch)
treed57de53e491c3a3b88ecd03cc2a014b234b964ee /scumm
parentb218cb93fe3eabdcce32af012bf257e3cda34e32 (diff)
downloadscummvm-rg350-d1d5d984948f824767b2b882ddf42f854e25402a.tar.gz
scummvm-rg350-d1d5d984948f824767b2b882ddf42f854e25402a.tar.bz2
scummvm-rg350-d1d5d984948f824767b2b882ddf42f854e25402a.zip

Valgrind warning fix from Endy svn-id: r12379
Diffstat (limited to 'scumm')
-rw-r--r--scumm/scummvm.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/scumm/scummvm.cpp b/scumm/scummvm.cpp
index c1966c9794..04f7a33d54 100644
--- a/scumm/scummvm.cpp
+++ b/scumm/scummvm.cpp
@@ -314,6 +314,7 @@ ScummEngine::ScummEngine(GameDetector *detector, OSystem *syst, const ScummGameS
_verbs = NULL;
_objs = NULL;
_debugger = NULL;
+ _debugFlags = 0;
_sound = NULL;
memset(&res, 0, sizeof(res));
memset(&vm, 0, sizeof(vm));