Skip to content

Commit

Permalink
TSAGE: Fix for R2R cutscene scene 1500 to be full screen
Browse files Browse the repository at this point in the history
  • Loading branch information
dreammaster committed Nov 13, 2013
1 parent fe6ed60 commit 2b8281b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions engines/tsage/ringworld2/ringworld2_scenes1.cpp
Expand Up @@ -6887,6 +6887,8 @@ void Scene1500::postInit(SceneObjectList *OwnerList) {
R2_GLOBALS._uiElements._active = false;
setZoomPercents(170, 13, 240, 100);
SceneExt::postInit();
R2_GLOBALS._interfaceY = SCREEN_HEIGHT;

scalePalette(65, 65, 65);

R2_GLOBALS._player.postInit();
Expand Down

0 comments on commit 2b8281b

Please sign in to comment.