[Scummvm-cvs-logs] scummvm master -> 426d5173d9ffbe587ef40e058bd4b606ffcd37cb

dreammaster dreammaster at scummvm.org
Mon Jan 13 00:19:56 CET 2014


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:
426d5173d9 TSAGE: Fix right animation of suit-rack in R2R landing bay


Commit: 426d5173d9ffbe587ef40e058bd4b606ffcd37cb
    https://github.com/scummvm/scummvm/commit/426d5173d9ffbe587ef40e058bd4b606ffcd37cb
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2014-01-12T15:19:17-08:00

Commit Message:
TSAGE: Fix right animation of suit-rack in R2R landing bay

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



diff --git a/engines/tsage/ringworld2/ringworld2_scenes0.cpp b/engines/tsage/ringworld2/ringworld2_scenes0.cpp
index e04f294..3fd728c 100644
--- a/engines/tsage/ringworld2/ringworld2_scenes0.cpp
+++ b/engines/tsage/ringworld2/ringworld2_scenes0.cpp
@@ -5357,7 +5357,7 @@ void Scene500::PanelDialog::Button::doButtonPress() {
 					&scene->_suit, &scene->_transparentDoor, NULL);
 			} else {
 				scene->_sound1.play(127);
-				scene->_suits.animate(ANIM_MODE_6, scene);
+				scene->_suits.animate(ANIM_MODE_5, scene);
 			}
 			break;
 






More information about the Scummvm-git-logs mailing list