Skip to content

Commit

Permalink
TSAGE: R2R - Fix a bug in scene 1337, when playing a meteor card on a…
Browse files Browse the repository at this point in the history
… player owning an interceptor card
  • Loading branch information
Strangerke committed Oct 12, 2014
1 parent c053f9b commit 1e9cf1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/tsage/ringworld2/ringworld2_scenes1.cpp
Expand Up @@ -3914,7 +3914,7 @@ void Scene1337::Action10::signal() {
}
}

if (!found2)
if (found2)
break;

if (scene->_actionPlayerIdx == 2) {
Expand Down

0 comments on commit 1e9cf1b

Please sign in to comment.