aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/scene.h
diff options
context:
space:
mode:
authorPaul Gilbert2014-03-15 17:38:44 -0400
committerPaul Gilbert2014-03-15 17:38:44 -0400
commit10124f6806150aad409f6db9a6c7a60afcb44872 (patch)
tree3e9b0f09e6d72474e1a4721994c17f14351e4185 /engines/mads/scene.h
parente00a1b88ca7500516d78f4bad515b5a558af82a6 (diff)
downloadscummvm-rg350-10124f6806150aad409f6db9a6c7a60afcb44872.tar.gz
scummvm-rg350-10124f6806150aad409f6db9a6c7a60afcb44872.tar.bz2
scummvm-rg350-10124f6806150aad409f6db9a6c7a60afcb44872.zip
MADS: Implemented scene 103 setup and needed support methods
Diffstat (limited to 'engines/mads/scene.h')
-rw-r--r--engines/mads/scene.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/mads/scene.h b/engines/mads/scene.h
index 0b20fb077f..f96cb592e2 100644
--- a/engines/mads/scene.h
+++ b/engines/mads/scene.h
@@ -93,7 +93,7 @@ public:
KernelMessages _kernelMessages;
Common::String _talkFont;
int _textSpacing;
- Common::Array<Hotspot> _hotspots;
+ Hotspots _hotspots;
ScreenObjects _screenObjects;
ImageInterEntries _imageInterEntries;
DirtyAreas _dirtyAreas;