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

dreammaster dreammaster at scummvm.org
Mon Apr 25 14:11:56 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:
aaff18cd38 TSAGE: Fix text not being skippable in Scene #5000


Commit: aaff18cd3853011c3504e3b96ad69c92d2488de1
    https://github.com/scummvm/scummvm/commit/aaff18cd3853011c3504e3b96ad69c92d2488de1
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2011-04-25T05:10:27-07:00

Commit Message:
TSAGE: Fix text not being skippable in Scene #5000

Changed paths:
    engines/tsage/ringworld_scenes6.cpp



diff --git a/engines/tsage/ringworld_scenes6.cpp b/engines/tsage/ringworld_scenes6.cpp
index d748640..54ae7ea 100644
--- a/engines/tsage/ringworld_scenes6.cpp
+++ b/engines/tsage/ringworld_scenes6.cpp
@@ -384,7 +384,7 @@ void Scene5000::Hotspot7::doAction(int action) {
 		SceneItem::display2(5000, 12);
 		break;
 	case CURSOR_TALK:
-		setAction(&scene->_action6);
+		scene->setAction(&scene->_action6);
 		break;
 	default:
 		SceneHotspot::doAction(action);
@@ -403,7 +403,7 @@ void Scene5000::Hotspot8::doAction(int action) {
 		SceneItem::display2(5000, 14);
 		break;
 	case OBJECT_SCANNER:
-		setAction(&scene->_action5);
+		scene->setAction(&scene->_action5);
 		break;
 	default:
 		SceneHotspot::doAction(action);






More information about the Scummvm-git-logs mailing list