aboutsummaryrefslogtreecommitdiff
path: root/engines/gnap/scenes/scene15.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/gnap/scenes/scene15.cpp')
-rw-r--r--engines/gnap/scenes/scene15.cpp10
1 files changed, 1 insertions, 9 deletions
diff --git a/engines/gnap/scenes/scene15.cpp b/engines/gnap/scenes/scene15.cpp
index 89ca126c01..7bdfc8174d 100644
--- a/engines/gnap/scenes/scene15.cpp
+++ b/engines/gnap/scenes/scene15.cpp
@@ -102,11 +102,7 @@ void GnapEngine::scene15_run() {
_sceneClickedHotspot = getClickedHotspotId();
updateGrabCursorSprite(0, 0);
- if (_sceneClickedHotspot >= 0)
- debug("_sceneClickedHotspot: %d; _verbCursor: %d", _sceneClickedHotspot, _verbCursor);
-
switch (_sceneClickedHotspot) {
-
case kHSDevice:
if (_gnapActionStatus < 0) {
runMenu();
@@ -238,13 +234,10 @@ void GnapEngine::scene15_run() {
}
gameUpdateTick();
-
}
-
}
-void GnapEngine::scene15_updateAnimations() {
-
+void GnapEngine::scene15_updateAnimations() {
if (_gameSys->getAnimationStatus(0) == 2) {
if (_isLeavingScene) {
_sceneDone = true;
@@ -337,7 +330,6 @@ void GnapEngine::scene15_updateAnimations() {
}
}
}
-
}
} // End of namespace Gnap