[Scummvm-cvs-logs] scummvm master -> 59c0603bf7fbab574eca1ba460a4d53dec00b87b

dreammaster dreammaster at scummvm.org
Sun Nov 24 21:12:47 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:
59c0603bf7 TSAGE: Fix for UI appearing during ending R2R cutscene


Commit: 59c0603bf7fbab574eca1ba460a4d53dec00b87b
    https://github.com/scummvm/scummvm/commit/59c0603bf7fbab574eca1ba460a4d53dec00b87b
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2013-11-24T12:12:16-08:00

Commit Message:
TSAGE: Fix for UI appearing during ending R2R cutscene

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



diff --git a/engines/tsage/ringworld2/ringworld2_scenes3.cpp b/engines/tsage/ringworld2/ringworld2_scenes3.cpp
index 167fb72..8e4967f 100644
--- a/engines/tsage/ringworld2/ringworld2_scenes3.cpp
+++ b/engines/tsage/ringworld2/ringworld2_scenes3.cpp
@@ -4954,6 +4954,7 @@ void Scene3600::dispatch() {
 void Scene3700::postInit(SceneObjectList *OwnerList) {
 	loadScene(3700);
 	R2_GLOBALS._uiElements._active = false;
+	R2_GLOBALS._uiElements._visible = false;
 	SceneExt::postInit();
 	R2_GLOBALS._interfaceY = SCREEN_HEIGHT;
 






More information about the Scummvm-git-logs mailing list