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

dreammaster dreammaster at scummvm.org
Fri Apr 29 14:16:12 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:
b3e1329cb3 TSAGE: Bugfix in Scene #2320 for getting the flycycle


Commit: b3e1329cb3f750adfec76478b099d183a11df5b8
    https://github.com/scummvm/scummvm/commit/b3e1329cb3f750adfec76478b099d183a11df5b8
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2011-04-29T05:14:21-07:00

Commit Message:
TSAGE: Bugfix in Scene #2320 for getting the flycycle

Changed paths:
    engines/tsage/ringworld_scenes3.cpp



diff --git a/engines/tsage/ringworld_scenes3.cpp b/engines/tsage/ringworld_scenes3.cpp
index 4ed2d98..aaf1273 100644
--- a/engines/tsage/ringworld_scenes3.cpp
+++ b/engines/tsage/ringworld_scenes3.cpp
@@ -5165,7 +5165,7 @@ void Scene2320::Action4::signal() {
 		break;
 	case 3:
 		_globals->_player.animate(ANIM_MODE_6, NULL);
-		scene->setAction(&scene->_action2);
+		setAction(&scene->_action2, this);
 		break;
 	case 4: {
 		scene->_hotspot16.postInit();






More information about the Scummvm-git-logs mailing list