aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/scene_data.h
diff options
context:
space:
mode:
authorPaul Gilbert2014-03-10 01:00:11 -0400
committerPaul Gilbert2014-03-10 01:00:11 -0400
commitd295a1654547d4f3636ea6d64939a0a91c5b2c25 (patch)
tree36963470b3132a83436e4388565235c31cfa67f0 /engines/mads/scene_data.h
parent9e69e64d3fc54a3d9e2065eb2af75950353c7f64 (diff)
downloadscummvm-rg350-d295a1654547d4f3636ea6d64939a0a91c5b2c25.tar.gz
scummvm-rg350-d295a1654547d4f3636ea6d64939a0a91c5b2c25.tar.bz2
scummvm-rg350-d295a1654547d4f3636ea6d64939a0a91c5b2c25.zip
MADS: Properly hook up use of PaletteUsage::process
Diffstat (limited to 'engines/mads/scene_data.h')
-rw-r--r--engines/mads/scene_data.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/mads/scene_data.h b/engines/mads/scene_data.h
index d2fd624512..67393fc75d 100644
--- a/engines/mads/scene_data.h
+++ b/engines/mads/scene_data.h
@@ -267,7 +267,7 @@ public:
int _depthList[DEPTH_BANDS_SIZE];
int _field4A;
- int _field4C;
+ int _usageIndex;
Common::Array<RGB4> _palAnimData;
SceneNodeList _nodes;
public: