mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-03 17:33:05 +00:00
TSAGE: R2R - Fix bug #6504 - Crash when deciding to attack right after the ARM scan
This commit is contained in:
parent
4d7d1aed42
commit
6c2ce625d8
@ -3486,7 +3486,7 @@ void Scene300::postInit(SceneObjectList *OwnerList) {
|
||||
R2_GLOBALS.clearFlag(60);
|
||||
R2_GLOBALS._events.setCursor(CURSOR_ARROW);
|
||||
_sceneMode = 16;
|
||||
_stripManager.start(404, this);
|
||||
_stripManager.start3(404, this, R2_GLOBALS._stripManager_lookupList);
|
||||
} else {
|
||||
R2_GLOBALS._player.enableControl();
|
||||
R2_GLOBALS._player._canWalk = false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user