Skip to content

Commit

Permalink
TSAGE: Fix for looking at R2R Quantam Drive after releasing stasis field
Browse files Browse the repository at this point in the history
  • Loading branch information
dreammaster committed Nov 12, 2013
1 parent 05d350f commit d3c440b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions engines/tsage/ringworld2/ringworld2_scenes0.cpp
Expand Up @@ -6049,6 +6049,7 @@ void Scene600::signal() {
R2_GLOBALS._sceneItems.remove(&_engineCompartment);
_computer.setDetails(600, 21, -1, 23, 4, &_engineCompartment);
_engineCompartment.setDetails(600, 7, -1, -1, 3, (SceneItem *) NULL);
_quantumDrive._lookLineNum = 7;
R2_GLOBALS._player.enableControl(CURSOR_USE);
break;
case 614:
Expand Down

0 comments on commit d3c440b

Please sign in to comment.