aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorStrangerke2014-05-26 22:19:13 +0200
committerStrangerke2014-05-26 22:19:13 +0200
commitf00b9c563fe53a87fd70c91419a4da4c3b7b044a (patch)
tree5469c61353be5546ffc28fae90845d4312d6ed2f /engines
parentb035333dfd67a4d14b6ae73d3bd293a751e5df97 (diff)
downloadscummvm-rg350-f00b9c563fe53a87fd70c91419a4da4c3b7b044a.tar.gz
scummvm-rg350-f00b9c563fe53a87fd70c91419a4da4c3b7b044a.tar.bz2
scummvm-rg350-f00b9c563fe53a87fd70c91419a4da4c3b7b044a.zip
MADS: Fix stupid bug in scene 501
Diffstat (limited to 'engines')
-rw-r--r--engines/mads/nebular/nebular_scenes5.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/mads/nebular/nebular_scenes5.cpp b/engines/mads/nebular/nebular_scenes5.cpp
index 822fbdf6ba..d4b67da190 100644
--- a/engines/mads/nebular/nebular_scenes5.cpp
+++ b/engines/mads/nebular/nebular_scenes5.cpp
@@ -396,6 +396,7 @@ void Scene501::actions() {
case 2:
case 3:
handleSlotActions();
+ break;
case 4:
_scene->_sequences.remove(_globals._sequenceIndexes[3]);