[Scummvm-cvs-logs] scummvm master -> 62aad83c59f4feeb52058ce47022d935bdfaf537

dreammaster dreammaster at scummvm.org
Mon Oct 10 13:50:12 CEST 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:
62aad83c59 TSAGE: Bugfix for Blue Force scene 830 - hang when looking at note board


Commit: 62aad83c59f4feeb52058ce47022d935bdfaf537
    https://github.com/scummvm/scummvm/commit/62aad83c59f4feeb52058ce47022d935bdfaf537
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2011-10-10T04:38:37-07:00

Commit Message:
TSAGE: Bugfix for Blue Force scene 830 - hang when looking at note board

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



diff --git a/engines/tsage/blue_force/blueforce_scenes8.cpp b/engines/tsage/blue_force/blueforce_scenes8.cpp
index 12f50db..9a14aad 100644
--- a/engines/tsage/blue_force/blueforce_scenes8.cpp
+++ b/engines/tsage/blue_force/blueforce_scenes8.cpp
@@ -1867,6 +1867,8 @@ void Scene830::process(Event &event) {
 		event.handled = true;
 	}
 
+	SceneExt::process(event);
+
 	if (BF_GLOBALS._player._enabled && (event.mousePos.y < (BF_INTERFACE_Y - 1))) {
 		// Check if the cursor is on an exit
 		if (_seExit.contains(event.mousePos)) {






More information about the Scummvm-git-logs mailing list