Skip to content

Commit

Permalink
TSAGE: Fix field initialisation in Scene270::signal
Browse files Browse the repository at this point in the history
  • Loading branch information
dreammaster committed Nov 4, 2011
1 parent 8535e12 commit 48d9c3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/tsage/blue_force/blueforce_scenes2.cpp
Expand Up @@ -1152,7 +1152,7 @@ void Scene270::signal() {
_grandma.setStrip(8);
_grandma._frame = 5;
_field384 = 1;
//_field384 = 1; // FIXME: Removed, as it seems duplicated
_field386 = 1;

BF_GLOBALS._player._moveDiff.x = 8;
BF_GLOBALS._player.enableControl();
Expand Down

0 comments on commit 48d9c3d

Please sign in to comment.