Skip to content

Commit

Permalink
TSAGE: BF: Add missing break to switch statement
Browse files Browse the repository at this point in the history
  • Loading branch information
dreammaster committed Aug 7, 2017
1 parent 898b79f commit 0338733
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions engines/tsage/blue_force/blueforce_scenes1.cpp
Expand Up @@ -1980,6 +1980,7 @@ void Scene125::Action3::signal() {
scene->_object1.changeZoom(2);
scene->_object1.show();
setDelay(1);
break;
case 13:
BF_GLOBALS._sound1.play(6);
scene->_object1.changeZoom(4);
Expand Down

0 comments on commit 0338733

Please sign in to comment.