Skip to content

Commit

Permalink
TSAGE: R2R - Fix bug in Scene 1950
Browse files Browse the repository at this point in the history
  • Loading branch information
Strangerke committed Nov 20, 2013
1 parent 78896e5 commit e13692c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions engines/tsage/ringworld2/ringworld2_scenes1.cpp
Expand Up @@ -14959,6 +14959,8 @@ void Scene1950::enterArea() {

R2_GLOBALS._sceneItems.remove(&_background);
_background.setDetails(Rect(0, 0, 320, 200), 1950, 0, 1, 2, 2, NULL);

_removeFlag = false;
}

switch (R2_GLOBALS._flubMazeEntryDirection) {
Expand Down

0 comments on commit e13692c

Please sign in to comment.