diff options
author | Strangerke | 2014-02-23 18:40:35 +0100 |
---|---|---|
committer | Strangerke | 2014-02-23 18:40:35 +0100 |
commit | 4d16b4ef193ba1e0137f166893ddb07b59bd96fb (patch) | |
tree | 860079b4f82ff9677969eb388759975842644469 /engines/tsage/ringworld2 | |
parent | 6cd0d012b1eaf3f8ff2625df2a82f950d7b0abf0 (diff) | |
download | scummvm-rg350-4d16b4ef193ba1e0137f166893ddb07b59bd96fb.tar.gz scummvm-rg350-4d16b4ef193ba1e0137f166893ddb07b59bd96fb.tar.bz2 scummvm-rg350-4d16b4ef193ba1e0137f166893ddb07b59bd96fb.zip |
R2R: Add a little hack to get the correct sentence order after scanning ARM (bug #6504)
Diffstat (limited to 'engines/tsage/ringworld2')
-rw-r--r-- | engines/tsage/ringworld2/ringworld2_scenes0.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/tsage/ringworld2/ringworld2_scenes0.cpp b/engines/tsage/ringworld2/ringworld2_scenes0.cpp index c6dd248729..b82565332a 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; |