aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/hotspots.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/mads/hotspots.cpp')
-rw-r--r--engines/mads/hotspots.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/mads/hotspots.cpp b/engines/mads/hotspots.cpp
index b33b4b2f28..df56a69e5a 100644
--- a/engines/mads/hotspots.cpp
+++ b/engines/mads/hotspots.cpp
@@ -126,12 +126,12 @@ void DynamicHotspots::refresh() {
DynamicHotspot &dh = (*this)[i];
if ((*this)[i]._active) {
- switch (_vm->_game->_scene._screenObjects._v832EC) {
+ switch (_vm->_game->_screenObjects._v832EC) {
case 0:
case 2:
- _vm->_game->_scene._screenObjects.add(dh._bounds, _vm->_game->_scene._layer,
+ _vm->_game->_screenObjects.add(dh._bounds, _vm->_game->_scene._layer,
CAT_12, dh._descId);
- _vm->_game->_scene._screenObjects._v8333C = true;
+ _vm->_game->_screenObjects._v8333C = true;
break;
default:
break;