[Scummvm-cvs-logs] scummvm master -> 6e0b35806db1754bebcf08c3d2a221b50b44dec6

bluegr md5 at scummvm.org
Thu Apr 28 23:55:36 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:
6e0b35806d TSAGE: Fixed 2 bugs in scene 5200 (flesheater throne room)


Commit: 6e0b35806db1754bebcf08c3d2a221b50b44dec6
    https://github.com/scummvm/scummvm/commit/6e0b35806db1754bebcf08c3d2a221b50b44dec6
Author: md5 (md5 at scummvm.org)
Date: 2011-04-28T14:53:50-07:00

Commit Message:
TSAGE: Fixed 2 bugs in scene 5200 (flesheater throne room)

Changed paths:
    engines/tsage/ringworld_scenes6.cpp



diff --git a/engines/tsage/ringworld_scenes6.cpp b/engines/tsage/ringworld_scenes6.cpp
index 97887aa..c716f93 100644
--- a/engines/tsage/ringworld_scenes6.cpp
+++ b/engines/tsage/ringworld_scenes6.cpp
@@ -1497,6 +1497,7 @@ void Scene5200::Action2::signal() {
 
 void Scene5200::Action3::signal() {
 	switch (_actionIndex++) {
+	case 0:
 		_globals->_player.disableControl();
 		setDelay(5);
 		break;
@@ -1637,7 +1638,7 @@ void Scene5200::postInit(SceneObjectList *OwnerList) {
 		_globals->_sceneItems.push_back(&_hotspot14);
 	}
 
-	if (_globals->_stripNum == 1111) {
+	if (_globals->_stripNum == 5111) {
 		_globals->_soundHandler.startSound(205);
 		_globals->_player.disableControl();
 






More information about the Scummvm-git-logs mailing list