aboutsummaryrefslogtreecommitdiff
path: root/scumm
diff options
context:
space:
mode:
authorTravis Howell2004-08-16 02:38:02 +0000
committerTravis Howell2004-08-16 02:38:02 +0000
commit60a7d6062727c80ddf814e85af436beffc634472 (patch)
tree4bac6ac3f5fec9296341f5d76f55e9f32b45b712 /scumm
parentb48c56875fcec1d6177279994f016850c53f8c78 (diff)
downloadscummvm-rg350-60a7d6062727c80ddf814e85af436beffc634472.tar.gz
scummvm-rg350-60a7d6062727c80ddf814e85af436beffc634472.tar.bz2
scummvm-rg350-60a7d6062727c80ddf814e85af436beffc634472.zip
Init array
svn-id: r14631
Diffstat (limited to 'scumm')
-rw-r--r--scumm/scumm.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/scumm/scumm.cpp b/scumm/scumm.cpp
index ee623c10c4..758fbf8f14 100644
--- a/scumm/scumm.cpp
+++ b/scumm/scumm.cpp
@@ -599,6 +599,7 @@ ScummEngine::ScummEngine(GameDetector *detector, OSystem *syst, const ScummGameS
_shadowPaletteSize = 0;
memset(_currentPalette, 0, sizeof(_currentPalette));
memset(_proc_special_palette, 0, sizeof(_proc_special_palette));
+ memset(_HEV7ActorPalette, 0, sizeof(_HEV7ActorPalette));
_palDirtyMin = 0;
_palDirtyMax = 0;
_haveMsg = 0;