[Scummvm-cvs-logs] scummvm master -> 857c6821d1872ee3d5ba091cb8194c53a8dd1f31

Strangerke arnaud.boutonne at gmail.com
Mon May 2 21:02:24 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:
857c6821d1 TSAGE: Fix a couple of glitches in scene 9100


Commit: 857c6821d1872ee3d5ba091cb8194c53a8dd1f31
    https://github.com/scummvm/scummvm/commit/857c6821d1872ee3d5ba091cb8194c53a8dd1f31
Author: strangerke (arnaud.boutonne at gmail.com)
Date: 2011-05-02T12:01:24-07:00

Commit Message:
TSAGE: Fix a couple of glitches in scene 9100

Changed paths:
    engines/tsage/ringworld_scenes10.cpp



diff --git a/engines/tsage/ringworld_scenes10.cpp b/engines/tsage/ringworld_scenes10.cpp
index 1d39d91..d16c332 100644
--- a/engines/tsage/ringworld_scenes10.cpp
+++ b/engines/tsage/ringworld_scenes10.cpp
@@ -67,7 +67,7 @@ void Scene9100::SceneHotspot1::doAction(int action) {
 			_globals->_player.disableControl();
 			scene->_sceneMode = 9105;
 		}
-		scene->setAction(&scene->_sequenceManager, scene, scene->_sceneMode, &_globals->_player, &scene->_object5, &scene->_object6, 0);
+		scene->setAction(&scene->_sequenceManager, scene, scene->_sceneMode, &_globals->_player, &scene->_object5, &scene->_object6, NULL);
 	} else {
 		NamedHotspot::doAction(action);
 	}
@@ -103,7 +103,7 @@ void Scene9100::signal() {
 		_globals->_sceneManager.changeScene(9150);
 		break;
 	case 9105:
-		_sceneHotspot1.remove();
+		_sceneHotspot3.remove();
 	// No break on purpose
 	case 9103:
 	case 9104:
@@ -122,7 +122,7 @@ void Scene9100::postInit(SceneObjectList *OwnerList) {
 	_object1.setVisage(9100);
 	_object1._strip = 1;
 	_object1._numFrames = 6;
-	_object1.setPosition(Common::Point(297, 132), 0);
+	_object1.setPosition(Common::Point(279, 132), 0);
 	_object1.animate(ANIM_MODE_2, 0);
 	_object1.fixPriority(10);
 






More information about the Scummvm-git-logs mailing list