[Scummvm-cvs-logs] scummvm master -> 8712d48cd82db57d0fab1a8bea4da9178a8a6e1e

bluegr md5 at scummvm.org
Fri Nov 4 10:21:22 CET 2011


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:
8712d48cd8 TSAGE: Fixed a bug from commit ec6a9d2


Commit: 8712d48cd82db57d0fab1a8bea4da9178a8a6e1e
    https://github.com/scummvm/scummvm/commit/8712d48cd82db57d0fab1a8bea4da9178a8a6e1e
Author: Filippos Karapetis (md5 at scummvm.org)
Date: 2011-11-04T02:19:14-07:00

Commit Message:
TSAGE: Fixed a bug from commit ec6a9d2

Changed paths:
    engines/tsage/blue_force/blueforce_scenes9.cpp



diff --git a/engines/tsage/blue_force/blueforce_scenes9.cpp b/engines/tsage/blue_force/blueforce_scenes9.cpp
index dbc46ea..12bff75 100644
--- a/engines/tsage/blue_force/blueforce_scenes9.cpp
+++ b/engines/tsage/blue_force/blueforce_scenes9.cpp
@@ -666,8 +666,9 @@ void Scene900::signal() {
 		BF_GLOBALS._player.enableControl();
 		break;
 	case 9016:
-		if ((BF_GLOBALS._clip1Bullets == 0) && (BF_GLOBALS._clip2Bullets == 0)){
+		if ((BF_GLOBALS._clip1Bullets == 0) && (BF_GLOBALS._clip2Bullets == 0)) {
 			BF_GLOBALS._clip1Bullets = 8;
+			BF_GLOBALS._clip2Bullets = 8;
 			SceneItem::display2(900, 25);
 		} else if (BF_GLOBALS._clip1Bullets == 0) {
 			BF_GLOBALS._clip1Bullets = 8;






More information about the Scummvm-git-logs mailing list