[Scummvm-cvs-logs] scummvm master -> e0bc00a4881d07eb004bd6ca33faed9eb97747b1

Strangerke Strangerke at scummvm.org
Wed Nov 9 07:43:04 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:
e0bc00a488 TSAGE: BF - Cleanup: Use enum name where bookmark is set to value directly


Commit: e0bc00a4881d07eb004bd6ca33faed9eb97747b1
    https://github.com/scummvm/scummvm/commit/e0bc00a4881d07eb004bd6ca33faed9eb97747b1
Author: Strangerke (strangerke at scummvm.org)
Date: 2011-11-08T22:42:24-08:00

Commit Message:
TSAGE: BF - Cleanup: Use enum name where bookmark is set to value directly

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 a317cbc..61aefd6 100644
--- a/engines/tsage/blue_force/blueforce_scenes9.cpp
+++ b/engines/tsage/blue_force/blueforce_scenes9.cpp
@@ -2885,7 +2885,7 @@ void Scene910::subE82BD() {
 void Scene910::subE83E1() {
 	if (BF_GLOBALS._v4CEE0 != 0) {
 		_fakeWall.show();
-		if ((BF_GLOBALS._bookmark == 21) && (!BF_GLOBALS.getFlag(fGotPointsForOpeningDoor))) {
+		if ((BF_GLOBALS._bookmark == bEndDayThree) && (!BF_GLOBALS.getFlag(fGotPointsForOpeningDoor))) {
 			T2_GLOBALS._uiElements.addScore(30);
 			BF_GLOBALS.setFlag(fGotPointsForOpeningDoor);
 		}






More information about the Scummvm-git-logs mailing list