Skip to content

Commit

Permalink
TSAGE: Bugfix for entering Future Wave on Day 4
Browse files Browse the repository at this point in the history
  • Loading branch information
dreammaster committed Oct 18, 2011
1 parent e767a4c commit 98b6f74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions engines/tsage/blue_force/blueforce_scenes3.cpp
Expand Up @@ -3140,7 +3140,7 @@ bool Scene355::Object8::startAction(CursorType action, Event &event) {
scene->_sceneMode = 9997;
scene->_stripManager.start(3561, scene);
} else {
SceneItem::display(1, 4);
SceneItem::display2(1, 4);
}
return true;
default:
Expand Down Expand Up @@ -3741,7 +3741,7 @@ void Scene355::signal() {
BF_GLOBALS._uiElements.addScore(10);
}

SceneItem::display(355, !_doorway._v3 ? 24 : 25);
SceneItem::display2(355, !_doorway._v3 ? 24 : 25);
BF_GLOBALS._player.enableControl();
break;
case 4550:
Expand Down

0 comments on commit 98b6f74

Please sign in to comment.