Skip to content

Commit

Permalink
TSAGE: Fix for R2R Rimwall crash cutscene to be full screen
Browse files Browse the repository at this point in the history
  • Loading branch information
dreammaster committed Nov 14, 2013
1 parent 7bd33ec commit 180e660
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion engines/tsage/ringworld2/ringworld2_logic.cpp
Expand Up @@ -131,7 +131,7 @@ Scene *Ringworld2Game::createScene(int sceneNumber) {
// Cutscene - Ship
return new Scene1525();
case 1530:
// Cutscene - Elevator
// Cutscene - Crashing on Rimwall
return new Scene1530();
case 1550:
// Spaceport
Expand Down
3 changes: 2 additions & 1 deletion engines/tsage/ringworld2/ringworld2_scenes1.cpp
Expand Up @@ -7079,7 +7079,7 @@ void Scene1525::signal() {
}

/*--------------------------------------------------------------------------
* Scene 1530 - Cutscene - Elevator
* Scene 1530 - Cutscene - Crashing on Rimwall
*
*--------------------------------------------------------------------------*/

Expand All @@ -7093,6 +7093,7 @@ void Scene1530::postInit(SceneObjectList *OwnerList) {

R2_GLOBALS._uiElements._active = false;
SceneExt::postInit();
R2_GLOBALS._interfaceY = SCREEN_HEIGHT;

_stripManager.addSpeaker(&_quinnSpeaker);
_stripManager.addSpeaker(&_seekerSpeaker);
Expand Down

0 comments on commit 180e660

Please sign in to comment.