[Scummvm-cvs-logs] scummvm master -> 4d16b4ef193ba1e0137f166893ddb07b59bd96fb

Strangerke Strangerke at scummvm.org
Sun Feb 23 18:42:19 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:
4d16b4ef19 R2R: Add a little hack to get the correct sentence order after scanning ARM (bug #6504)


Commit: 4d16b4ef193ba1e0137f166893ddb07b59bd96fb
    https://github.com/scummvm/scummvm/commit/4d16b4ef193ba1e0137f166893ddb07b59bd96fb
Author: Strangerke (strangerke at scummvm.org)
Date: 2014-02-23T09:40:35-08:00

Commit Message:
R2R: Add a little hack to get the correct sentence order after scanning ARM (bug #6504)

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 c6dd248..b825653 100644
--- a/engines/tsage/ringworld2/ringworld2_scenes0.cpp
+++ b/engines/tsage/ringworld2/ringworld2_scenes0.cpp
@@ -3483,6 +3483,9 @@ void Scene300::postInit(SceneObjectList *OwnerList) {
 
 				if (R2_GLOBALS.getFlag(55)) {
 					if (R2_GLOBALS.getFlag(57)) {
+						// Little hack to get the correct sentence order
+						R2_GLOBALS._stripManager_lookupList[8] = 2;
+
 						R2_GLOBALS.clearFlag(60);
 						R2_GLOBALS._events.setCursor(CURSOR_ARROW);
 						_sceneMode = 16;






More information about the Scummvm-git-logs mailing list