[Scummvm-cvs-logs] scummvm master -> 4b01303e296e35863681ec990ae8a4812606e558

Strangerke arnaud.boutonne at gmail.com
Sat May 28 01:06: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:
4b01303e29 TSAGE: Fix a couple of glitches in scene 5300


Commit: 4b01303e296e35863681ec990ae8a4812606e558
    https://github.com/scummvm/scummvm/commit/4b01303e296e35863681ec990ae8a4812606e558
Author: strangerke (arnaud.boutonne at gmail.com)
Date: 2011-05-27T16:05:48-07:00

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

Changed paths:
    engines/tsage/ringworld_scenes6.cpp



diff --git a/engines/tsage/ringworld_scenes6.cpp b/engines/tsage/ringworld_scenes6.cpp
index 958c0ef..b99ff71 100644
--- a/engines/tsage/ringworld_scenes6.cpp
+++ b/engines/tsage/ringworld_scenes6.cpp
@@ -2068,6 +2068,7 @@ void Scene5300::postInit(SceneObjectList *OwnerList) {
 		_globals->_player.disableControl();
 
 		if (_globals->getFlag(107) && _globals->getFlag(106)) {
+			_hotspot2.setVisage(2806);
 			_hotspot2.postInit();
 			_hotspot2.setObjectWrapper(new SceneObjectWrapper());
 			_hotspot2.animate(ANIM_MODE_1, NULL);
@@ -2175,7 +2176,7 @@ void Scene5300::signal() {
 		setAction(&_sequenceManager, this, 5315, &_hotspot2, NULL);
 		break;
 	case 5315:
-		_globals->_stripNum = 5315;
+		_globals->_stripNum = 5302;
 		_globals->_sceneManager.changeScene(5100);
 		break;
 	}






More information about the Scummvm-git-logs mailing list