[Scummvm-cvs-logs] scummvm master -> 49f20aa2bd795a90865e4782db4c97e036fc89fc

Strangerke Strangerke at scummvm.org
Thu Oct 13 01:04:16 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:
49f20aa2bd TSAGE: BlueForce, gang scene, fix a crash when giving a ticket to driver


Commit: 49f20aa2bd795a90865e4782db4c97e036fc89fc
    https://github.com/scummvm/scummvm/commit/49f20aa2bd795a90865e4782db4c97e036fc89fc
Author: Strangerke (strangerke at scummvm.org)
Date: 2011-10-12T15:57:13-07:00

Commit Message:
TSAGE: BlueForce, gang scene, fix a crash when giving a ticket to driver

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



diff --git a/engines/tsage/blue_force/blueforce_scenes4.cpp b/engines/tsage/blue_force/blueforce_scenes4.cpp
index 8410066..a51f836 100644
--- a/engines/tsage/blue_force/blueforce_scenes4.cpp
+++ b/engines/tsage/blue_force/blueforce_scenes4.cpp
@@ -348,7 +348,7 @@ bool Scene410::Driver::startAction(CursorType action, Event &event) {
 			BF_GLOBALS._uiElements.addScore(30);
 			BF_GLOBALS._player.disableControl();
 			scene->_sceneMode = 4127;
-			scene->setAction(&scene->_sequenceManager1, scene, 4127, &scene->_driver, NULL);
+			scene->setAction(&scene->_sequenceManager1, scene, 4127, &BF_GLOBALS._player, &scene->_driver, NULL);
 		}
 		return true;
 	case INV_MIRANDA_CARD:






More information about the Scummvm-git-logs mailing list