diff options
author | Travis Howell | 2004-08-16 02:38:02 +0000 |
---|---|---|
committer | Travis Howell | 2004-08-16 02:38:02 +0000 |
commit | 60a7d6062727c80ddf814e85af436beffc634472 (patch) | |
tree | 4bac6ac3f5fec9296341f5d76f55e9f32b45b712 /scumm | |
parent | b48c56875fcec1d6177279994f016850c53f8c78 (diff) | |
download | scummvm-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.cpp | 1 |
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; |