Skip to content

Commit

Permalink
TSAGE: Fix for UI appearing during ending R2R cutscene
Browse files Browse the repository at this point in the history
  • Loading branch information
dreammaster committed Nov 24, 2013
1 parent a559e64 commit 59c0603
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions engines/tsage/ringworld2/ringworld2_scenes3.cpp
Expand Up @@ -4954,6 +4954,7 @@ void Scene3600::dispatch() {
void Scene3700::postInit(SceneObjectList *OwnerList) {
loadScene(3700);
R2_GLOBALS._uiElements._active = false;
R2_GLOBALS._uiElements._visible = false;
SceneExt::postInit();
R2_GLOBALS._interfaceY = SCREEN_HEIGHT;

Expand Down

0 comments on commit 59c0603

Please sign in to comment.