Skip to content

Commit

Permalink
TSAGE: Bugfixes for capturing dog in BF Scene 900
Browse files Browse the repository at this point in the history
  • Loading branch information
dreammaster committed Oct 19, 2011
1 parent 56a14be commit dd2df58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/tsage/blue_force/blueforce_scenes9.cpp
Expand Up @@ -309,7 +309,7 @@ void Scene900::Action2::signal() {
switch (_actionIndex++) {
case 0:
scene->_field1976 = 1;
if (scene->_dog._action->getActionIndex() == 8)
if (scene->_dog._action->getActionIndex() != 8)
_actionIndex = 0;
setDelay(5);
break;
Expand Down

0 comments on commit dd2df58

Please sign in to comment.