TSAGE: R2R - Fix bug #6504 - Crash when deciding to attack right after the ARM scan

This commit is contained in:
Strangerke 2014-01-30 08:01:55 +01:00
parent 4d7d1aed42
commit 6c2ce625d8

View File

@ -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;