Skip to content

Commit

Permalink
TSAGE: R2R - Fix a bug when trying to exit the ship console after pla…
Browse files Browse the repository at this point in the history
…ying Outpost Alpha
  • Loading branch information
Strangerke committed Oct 14, 2014
1 parent b58f6f3 commit d175d58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/tsage/ringworld2/ringworld2_scenes0.cpp
Expand Up @@ -627,7 +627,7 @@ void Scene125::postInit(SceneObjectList *OwnerList) {
SceneExt::postInit();
_palette.loadPalette(0);

if (R2_GLOBALS._sceneManager._previousScene != 125)
if ((R2_GLOBALS._sceneManager._previousScene != 125) && (R2_GLOBALS._sceneManager._previousScene != 1337) && (R2_GLOBALS._sceneManager._previousScene != 1330))
// Save the prior scene to return to when the console is turned off
R2_GLOBALS._player._oldCharacterScene[R2_QUINN] = R2_GLOBALS._sceneManager._previousScene;

Expand Down

0 comments on commit d175d58

Please sign in to comment.