Skip to content

Commit

Permalink
TSAGE: R2R - Fix bug #6504 - Crash when deciding to attack right afte…
Browse files Browse the repository at this point in the history
…r the ARM scan
  • Loading branch information
Strangerke committed Jan 30, 2014
1 parent 4d7d1ae commit 6c2ce62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/tsage/ringworld2/ringworld2_scenes0.cpp
Expand Up @@ -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;
Expand Down

0 comments on commit 6c2ce62

Please sign in to comment.