[Scummvm-cvs-logs] scummvm master -> 1e9cf1b646b5b66114bdabfbc2a8c467582e5683

Strangerke Strangerke at scummvm.org
Sun Oct 12 18:03:53 CEST 2014


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
1e9cf1b646 TSAGE: R2R - Fix a bug in scene 1337, when playing a meteor card on a player owning an interceptor card


Commit: 1e9cf1b646b5b66114bdabfbc2a8c467582e5683
    https://github.com/scummvm/scummvm/commit/1e9cf1b646b5b66114bdabfbc2a8c467582e5683
Author: Strangerke (strangerke at scummvm.org)
Date: 2014-10-12T18:02:11+02:00

Commit Message:
TSAGE: R2R - Fix a bug in scene 1337, when playing a meteor card on a player owning an interceptor card

Changed paths:
    engines/tsage/ringworld2/ringworld2_scenes1.cpp



diff --git a/engines/tsage/ringworld2/ringworld2_scenes1.cpp b/engines/tsage/ringworld2/ringworld2_scenes1.cpp
index d193310..2f7424c 100644
--- a/engines/tsage/ringworld2/ringworld2_scenes1.cpp
+++ b/engines/tsage/ringworld2/ringworld2_scenes1.cpp
@@ -3914,7 +3914,7 @@ void Scene1337::Action10::signal() {
 			}
 		}
 
-		if (!found2)
+		if (found2)
 			break;
 
 		if (scene->_actionPlayerIdx == 2) {






More information about the Scummvm-git-logs mailing list