aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/scene_data.h
diff options
context:
space:
mode:
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: