Skip to content

Commit

Permalink
TSAGE: Blue Force - Hospital cut-scene (620): Fix a glitch in a fader
Browse files Browse the repository at this point in the history
  • Loading branch information
Strangerke committed Nov 1, 2011
1 parent 639c698 commit 4e2cc6d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion engines/tsage/blue_force/blueforce_scenes6.cpp
Expand Up @@ -183,7 +183,7 @@ void Scene620::signal() {
_object1.postInit();
_object1.setVisage(622);
_object1.setPosition(Common::Point(101, 41));
addFader((const byte *)&black, 2, this);
add2Faders((const byte *)&black, 2, 622, this);
break;
case 5:
_object1.remove();
Expand Down Expand Up @@ -242,6 +242,8 @@ void Scene620::signal() {
BF_GLOBALS._dayNumber = 3;
BF_GLOBALS._sceneManager.changeScene(271);
break;
default:
break;
}
}

Expand Down

0 comments on commit 4e2cc6d

Please sign in to comment.