[Scummvm-cvs-logs] scummvm master -> 5f62f5bad09cd053c181afa6cf59708682ca4fff

dreammaster dreammaster at scummvm.org
Thu Dec 12 02:53:52 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:
5f62f5bad0 TSAGE: Make R2R card game scene be full-screen


Commit: 5f62f5bad09cd053c181afa6cf59708682ca4fff
    https://github.com/scummvm/scummvm/commit/5f62f5bad09cd053c181afa6cf59708682ca4fff
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2013-12-11T17:53:11-08:00

Commit Message:
TSAGE: Make R2R card game scene 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 bb8661f..69e25f7 100644
--- a/engines/tsage/ringworld2/ringworld2_scenes1.cpp
+++ b/engines/tsage/ringworld2/ringworld2_scenes1.cpp
@@ -4365,6 +4365,7 @@ void Scene1337::postInit(SceneObjectList *OwnerList) {
 
 	// Hide the user interface
 	BF_GLOBALS._interfaceY = SCREEN_HEIGHT;
+	R2_GLOBALS._uiElements._visible = false;
 
 	R2_GLOBALS._player.enableControl();
 	R2_GLOBALS._player._canWalk = false;






More information about the Scummvm-git-logs mailing list