[Scummvm-cvs-logs] scummvm master -> 8f03fef3a43441e761d9169bf44ca8308e2c0097

Strangerke Strangerke at scummvm.org
Tue Jan 17 18:12:38 CET 2012


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:
8f03fef3a4 TSAGE: R2R - Fix bug in scene 1580 (not detected by MSVC)


Commit: 8f03fef3a43441e761d9169bf44ca8308e2c0097
    https://github.com/scummvm/scummvm/commit/8f03fef3a43441e761d9169bf44ca8308e2c0097
Author: Strangerke (strangerke at scummvm.org)
Date: 2012-01-17T09:11:38-08:00

Commit Message:
TSAGE: R2R - Fix bug in scene 1580 (not detected by MSVC)

Thanks eriktorbjorn for pointing it

Changed paths:
    engines/tsage/ringworld2/ringworld2_scenes1.cpp



diff --git a/engines/tsage/ringworld2/ringworld2_scenes1.cpp b/engines/tsage/ringworld2/ringworld2_scenes1.cpp
index a8976f6..414ae6b 100644
--- a/engines/tsage/ringworld2/ringworld2_scenes1.cpp
+++ b/engines/tsage/ringworld2/ringworld2_scenes1.cpp
@@ -4606,7 +4606,7 @@ bool Scene1580::Hotspot2::startAction(CursorType action, Event &event) {
 		scene->_actor1.fixPriority(20);
 		scene->_field412 = 1;
 		scene->_sceneMode = 10;
-		scene->setAction(&scene->_sequenceManager, scene, 1, R2_GLOBALS._player, NULL);
+		scene->setAction(&scene->_sequenceManager, scene, 1, &R2_GLOBALS._player, NULL);
 
 		return true;
 	}






More information about the Scummvm-git-logs mailing list