diff options
Diffstat (limited to 'engines')
-rw-r--r-- | engines/tsage/blue_force/blueforce_scenes4.cpp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/engines/tsage/blue_force/blueforce_scenes4.cpp b/engines/tsage/blue_force/blueforce_scenes4.cpp index ab13035311..1ac134a981 100644 --- a/engines/tsage/blue_force/blueforce_scenes4.cpp +++ b/engines/tsage/blue_force/blueforce_scenes4.cpp @@ -367,7 +367,8 @@ bool Scene410::Object1::startAction(CursorType action, Event &event) { scene->setAction(&scene->_sequenceManager1, scene, 4126, &BF_GLOBALS._player, &scene->_object1, NULL); } return true; - + default: + break; } return NamedObject::startAction(action, event); @@ -428,6 +429,8 @@ bool Scene410::Object2::startAction(CursorType action, Event &event) { &scene->_object2, NULL); } return true; + default: + break; } return NamedObject::startAction(action, event); |