aboutsummaryrefslogtreecommitdiff
path: root/engines/gnap/scenes/scene44.cpp
diff options
context:
space:
mode:
authorStrangerke2016-03-14 07:40:03 +0100
committerEugene Sandulenko2016-05-10 09:54:21 +0200
commit83bc85713bacd3a50daaace0411a3382c855797a (patch)
treeb825953bb68b22f6fef096da65c2165dc6d3fb69 /engines/gnap/scenes/scene44.cpp
parentda2cb981d2d5a71fc9db04404569bfcc92fbfcf3 (diff)
downloadscummvm-rg350-83bc85713bacd3a50daaace0411a3382c855797a.tar.gz
scummvm-rg350-83bc85713bacd3a50daaace0411a3382c855797a.tar.bz2
scummvm-rg350-83bc85713bacd3a50daaace0411a3382c855797a.zip
GNAP: More renaming. Remove unused variable in MouseButtonState and Hotspot
Diffstat (limited to 'engines/gnap/scenes/scene44.cpp')
-rw-r--r--engines/gnap/scenes/scene44.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/engines/gnap/scenes/scene44.cpp b/engines/gnap/scenes/scene44.cpp
index 27336950c6..bcc435ebc8 100644
--- a/engines/gnap/scenes/scene44.cpp
+++ b/engines/gnap/scenes/scene44.cpp
@@ -72,9 +72,9 @@ void GnapEngine::scene44_updateHotspots() {
setHotspot(kHSWalkArea2, 617, 0, 800, 600);
setDeviceHotspot(kHSDevice, -1, -1, -1, -1);
if (isFlag(13))
- _hotspots[kHSKissingLady].flags = SF_DISABLED;
+ _hotspots[kHSKissingLady]._flags = SF_DISABLED;
if (isFlag(15))
- _hotspots[kHSSpring].flags = SF_DISABLED;
+ _hotspots[kHSSpring]._flags = SF_DISABLED;
_hotspotsCount = 10;
}
}
@@ -356,8 +356,8 @@ void GnapEngine::scene44_run() {
}
- if (_mouseClickState.left && _gnapActionStatus < 0) {
- _mouseClickState.left = false;
+ if (_mouseClickState._left && _gnapActionStatus < 0) {
+ _mouseClickState._left = false;
if (isFlag(12)) {
_toyUfoActionStatus = 7;
toyUfoFlyTo(-1, -1, 0, 799, 0, 300, 3);