diff options
Diffstat (limited to 'engines/mads/scene.h')
-rw-r--r-- | engines/mads/scene.h | 2 |
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; |