[Scummvm-cvs-logs] scummvm master -> dedc12a1988cea7b1d12f92aa76d5e5cb07944e5

dreammaster dreammaster at scummvm.org
Sun May 1 05:38:53 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:
dedc12a198 TSAGE: Fix for animation of Skeenar presenting the stasis box in Scene #7000


Commit: dedc12a1988cea7b1d12f92aa76d5e5cb07944e5
    https://github.com/scummvm/scummvm/commit/dedc12a1988cea7b1d12f92aa76d5e5cb07944e5
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2011-04-30T20:37:14-07:00

Commit Message:
TSAGE: Fix for animation of Skeenar presenting the stasis box in Scene #7000

Changed paths:
    engines/tsage/ringworld_scenes8.cpp



diff --git a/engines/tsage/ringworld_scenes8.cpp b/engines/tsage/ringworld_scenes8.cpp
index c4ab5de..e21a390 100644
--- a/engines/tsage/ringworld_scenes8.cpp
+++ b/engines/tsage/ringworld_scenes8.cpp
@@ -184,8 +184,8 @@ void Scene7000::Action4::signal() {
 		scene->_object1.animate(ANIM_MODE_5, this);
 		break;
 	case 3:
-		scene->_object1.setStrip(1);
-		scene->_object1.animate(ANIM_MODE_8, 0, 0);
+		scene->_object1.setStrip(4);
+		scene->_object1.animate(ANIM_MODE_8, 0, NULL);
 		_globals->setFlag(81);
 		_globals->_player.enableControl();
 		remove();






More information about the Scummvm-git-logs mailing list