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

dreammaster dreammaster at scummvm.org
Sun May 1 13:16:46 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:
d876e0f311 TSAGE: Bugfix for having eagle fly away in Scene #9150


Commit: d876e0f31176f5904d33d27c77f274d1dd091e95
    https://github.com/scummvm/scummvm/commit/d876e0f31176f5904d33d27c77f274d1dd091e95
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2011-05-01T04:15:13-07:00

Commit Message:
TSAGE: Bugfix for having eagle fly away in Scene #9150

Changed paths:
    engines/tsage/ringworld_scenes10.cpp



diff --git a/engines/tsage/ringworld_scenes10.cpp b/engines/tsage/ringworld_scenes10.cpp
index 5bceddc..bed8b54 100644
--- a/engines/tsage/ringworld_scenes10.cpp
+++ b/engines/tsage/ringworld_scenes10.cpp
@@ -222,7 +222,7 @@ void Scene9150::dispatch() {
 	if ((_sceneState != 0) && (_sceneBounds.left == 0)) {
 		_object3._timer = 0;
 		_sceneState = 0;
-		_sceneHotspot3.setAction(&_sequenceManager2, 0, 9154, &_object3, 0);
+		_object3.setAction(&_sequenceManager2, NULL, 9154, &_object3, NULL);
 		_sceneHotspot10.remove();
 	}
 






More information about the Scummvm-git-logs mailing list