[Scummvm-cvs-logs] scummvm branch-1-8 -> e15be4d934782deee079243cc87ca115dead672c

Strangerke Strangerke at scummvm.org
Mon May 2 22:55:28 CEST 2016


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:
e15be4d934 TSAGE: R2R - Fix bug in scene 2425


Commit: e15be4d934782deee079243cc87ca115dead672c
    https://github.com/scummvm/scummvm/commit/e15be4d934782deee079243cc87ca115dead672c
Author: Strangerke (strangerke at scummvm.org)
Date: 2016-05-02T22:47:46+02:00

Commit Message:
TSAGE: R2R - Fix bug in scene 2425

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



diff --git a/engines/tsage/ringworld2/ringworld2_scenes2.cpp b/engines/tsage/ringworld2/ringworld2_scenes2.cpp
index bd8a0cd..6b44ecc 100644
--- a/engines/tsage/ringworld2/ringworld2_scenes2.cpp
+++ b/engines/tsage/ringworld2/ringworld2_scenes2.cpp
@@ -1440,7 +1440,7 @@ void Scene2425::postInit(SceneObjectList *OwnerList) {
 	case 2425:
 		_sceneMode = 10;
 		R2_GLOBALS._player.setPosition(Common::Point(280, 150));
-		_action->signal();
+		signal();
 		break;
 	case 2455:
 		_sceneMode = 2428;






More information about the Scummvm-git-logs mailing list