aboutsummaryrefslogtreecommitdiff
path: root/scumm/scumm.h
diff options
context:
space:
mode:
authorPaweł Kołodziejski2002-11-06 17:55:44 +0000
committerPaweł Kołodziejski2002-11-06 17:55:44 +0000
commit85c7c9ffe62c5a059e18fcf6a7c2acf68476d23d (patch)
tree2b4809509ae6f5db9907ce7f75e818cdfb0cc422 /scumm/scumm.h
parent73452fa331df18d1226db253ab6b9cc87d3d23ea (diff)
downloadscummvm-rg350-85c7c9ffe62c5a059e18fcf6a7c2acf68476d23d.tar.gz
scummvm-rg350-85c7c9ffe62c5a059e18fcf6a7c2acf68476d23d.tar.bz2
scummvm-rg350-85c7c9ffe62c5a059e18fcf6a7c2acf68476d23d.zip
applied patch: #634326, and changed strip ranges for after and before scumm v7,
added comments to saveload svn-id: r5448
Diffstat (limited to 'scumm/scumm.h')
-rw-r--r--scumm/scumm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/scumm.h b/scumm/scumm.h
index 797390d497..2c934640cb 100644
--- a/scumm/scumm.h
+++ b/scumm/scumm.h
@@ -840,7 +840,7 @@ public:
uint16 _palManipCounter;
byte *_palManipPalette;
byte *_palManipIntermediatePal;
- uint32 gfxUsageBits[409];
+ uint32 gfxUsageBits[410];
byte *_shadowPalette;
int _shadowPaletteSize;
byte _currentPalette[3 * 256];