[Scummvm-cvs-logs] scummvm master -> ffd59d1c21d9a4e47ff372a126ea10f7432ec309

dreammaster dreammaster at scummvm.org
Tue Feb 14 12:47:09 CET 2012


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:
ffd59d1c21 TSAGE: Correctly hide the user interface in R2R Output Alpha scene


Commit: ffd59d1c21d9a4e47ff372a126ea10f7432ec309
    https://github.com/scummvm/scummvm/commit/ffd59d1c21d9a4e47ff372a126ea10f7432ec309
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2012-02-14T03:46:25-08:00

Commit Message:
TSAGE: Correctly hide the user interface in R2R Output Alpha scene

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 c498171..f410de3 100644
--- a/engines/tsage/ringworld2/ringworld2_scenes1.cpp
+++ b/engines/tsage/ringworld2/ringworld2_scenes1.cpp
@@ -3719,7 +3719,10 @@ void Scene1337::postInit(SceneObjectList *OwnerList) {
 	SceneExt::postInit();
 //
 
+	// Hide the user interface
 	R2_GLOBALS._uiElements._active = false;
+	BF_GLOBALS._interfaceY = 200;
+
 	R2_GLOBALS._player.enableControl();
 	R2_GLOBALS._player._canWalk = false;
 






More information about the Scummvm-git-logs mailing list