mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-07 10:48:43 +00:00
R2R: Add a little hack to get the correct sentence order after scanning ARM (bug #6504)
This commit is contained in:
parent
6cd0d012b1
commit
4d16b4ef19
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user