aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorStrangerke2011-10-23 15:52:58 +0200
committerStrangerke2011-10-23 15:52:58 +0200
commitbdbd8cb6f96637751043e234f73360a4e8da4538 (patch)
tree800a0b0459cd7c6a2d0ea66222e82a0a0983cfd7 /engines
parenteb9e686c9b3f66635a689b6a31cf97869ded0548 (diff)
downloadscummvm-rg350-bdbd8cb6f96637751043e234f73360a4e8da4538.tar.gz
scummvm-rg350-bdbd8cb6f96637751043e234f73360a4e8da4538.tar.bz2
scummvm-rg350-bdbd8cb6f96637751043e234f73360a4e8da4538.zip
TSAGE: Blue Force - Fix bug in scene 180 (Garage Exit)
Diffstat (limited to 'engines')
-rw-r--r--engines/tsage/blue_force/blueforce_scenes1.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/tsage/blue_force/blueforce_scenes1.cpp b/engines/tsage/blue_force/blueforce_scenes1.cpp
index cc63fec442..e977d5fbca 100644
--- a/engines/tsage/blue_force/blueforce_scenes1.cpp
+++ b/engines/tsage/blue_force/blueforce_scenes1.cpp
@@ -2757,7 +2757,7 @@ bool Scene180::GarageExit::startAction(CursorType action, Event &event) {
ADD_PLAYER_MOVER_NULL(BF_GLOBALS._player, 256, 114);
return true;
} else {
- return NamedHotspot::startAction(action, event);
+ return false;
}
}