Skip to content

Commit

Permalink
TSAGE: Fix nesting level. CID 1003633
Browse files Browse the repository at this point in the history
  • Loading branch information
sev- committed Apr 28, 2013
1 parent c5ba90f commit ebf2ac5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion engines/tsage/ringworld2/ringworld2_scenes1.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14560,9 +14560,10 @@ void Scene1950::signal() {
case 1964:
// No break on purpose
case 1965:
if (!R2_GLOBALS.getFlag(37))
if (!R2_GLOBALS.getFlag(37)) {
SceneItem::display(1950, 26, 0, 280, 1, 160, 9, 1, 2, 20, 7, 7, -999);
R2_GLOBALS._player.enableControl();
}
break;
case 1966:
_actor4.remove();
Expand Down

0 comments on commit ebf2ac5

Please sign in to comment.