aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/scene_data.h
diff options
context:
space:
mode:
authorStrangerke2014-05-28 21:24:14 +0200
committerStrangerke2014-05-28 21:24:14 +0200
commit88bc539b3e01d068529ad9945a843b6ace52a109 (patch)
treeaf4f78939c0951babf7aed1b175235d88a0b66de /engines/mads/scene_data.h
parent38ee05d75bb19d7a607bc85472d67281e43d72d0 (diff)
downloadscummvm-rg350-88bc539b3e01d068529ad9945a843b6ace52a109.tar.gz
scummvm-rg350-88bc539b3e01d068529ad9945a843b6ace52a109.tar.bz2
scummvm-rg350-88bc539b3e01d068529ad9945a843b6ace52a109.zip
MADS: Add a constructor to SceneInfo
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;