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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/mads/scene_data.h b/engines/mads/scene_data.h
index 78b43fb03b..783a9ab8a9 100644
--- a/engines/mads/scene_data.h
+++ b/engines/mads/scene_data.h
@@ -154,7 +154,7 @@ protected:
/**
* Constructor
*/
- SceneInfo(MADSEngine *vm) : _vm(vm) {}
+ SceneInfo(MADSEngine *vm);
public:
int _sceneId;
int _artFileNum;
@@ -167,7 +167,7 @@ public:
int _maxScale;
int _minScale;
int _depthList[DEPTH_BANDS_SIZE];
- int _field4A;
+ int _field4A; // Useless field ?
int _usageIndex;
Common::Array<PaletteCycle> _paletteCycles;