[Scummvm-cvs-logs] scummvm master -> 2b8281b3190d17a7a0769f04926d6b6ecd267b3a

dreammaster dreammaster at scummvm.org
Wed Nov 13 03:22:15 CET 2013


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
2b8281b319 TSAGE: Fix for R2R cutscene scene 1500 to be full screen


Commit: 2b8281b3190d17a7a0769f04926d6b6ecd267b3a
    https://github.com/scummvm/scummvm/commit/2b8281b3190d17a7a0769f04926d6b6ecd267b3a
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2013-11-12T18:21:42-08:00

Commit Message:
TSAGE: Fix for R2R cutscene scene 1500 to be full screen

Changed paths:
    engines/tsage/ringworld2/ringworld2_scenes1.cpp



diff --git a/engines/tsage/ringworld2/ringworld2_scenes1.cpp b/engines/tsage/ringworld2/ringworld2_scenes1.cpp
index 7bd617a..9ec405c 100644
--- a/engines/tsage/ringworld2/ringworld2_scenes1.cpp
+++ b/engines/tsage/ringworld2/ringworld2_scenes1.cpp
@@ -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();






More information about the Scummvm-git-logs mailing list