Skip to content

Commit

Permalink
TSAGE: Fix priority of woman in Blue Force scene 340
Browse files Browse the repository at this point in the history
  • Loading branch information
dreammaster committed Sep 22, 2011
1 parent 0b4802c commit d23e97f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/tsage/blue_force/blueforce_scenes3.cpp
Expand Up @@ -2018,7 +2018,7 @@ void Scene340::postInit(SceneObjectList *OwnerList) {
_woman.setVisage(344);
_woman.setStrip(3);
_woman.setFrame(1);
_woman.fixPriority(120);
_woman.fixPriority(123);
_woman.setPosition(Common::Point(88, 143));

_object4.postInit();
Expand Down

0 comments on commit d23e97f

Please sign in to comment.