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

Strangerke Strangerke at scummvm.org
Tue Nov 8 08:15:54 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:
d762d5b776 TSAGE: Blue Force - on FW (355): Fix glitch


Commit: d762d5b7760117501c6a48ee17b8ae02f84a229b
    https://github.com/scummvm/scummvm/commit/d762d5b7760117501c6a48ee17b8ae02f84a229b
Author: Strangerke (strangerke at scummvm.org)
Date: 2011-11-07T23:14:53-08:00

Commit Message:
TSAGE: Blue Force - on FW (355): Fix glitch

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



diff --git a/engines/tsage/blue_force/blueforce_scenes3.cpp b/engines/tsage/blue_force/blueforce_scenes3.cpp
index f8f735c..11cf764 100644
--- a/engines/tsage/blue_force/blueforce_scenes3.cpp
+++ b/engines/tsage/blue_force/blueforce_scenes3.cpp
@@ -2980,8 +2980,8 @@ bool Scene355::LockerInset::startAction(CursorType action, Event &event) {
 		if (_frame == 1) {
 			SceneItem::display2(355, 23);
 			return true;
-		}
-		return true;
+		} else
+			return NamedObject::startAction(action, event);
 	case INV_SCREWDRIVER:
 		scene->_sound2.play(104);
 		BF_INVENTORY.setObjectScene(INV_SCREWDRIVER, 999);






More information about the Scummvm-git-logs mailing list