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

dreammaster dreammaster at scummvm.org
Thu Dec 12 15:09:39 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:
a1dd885f69 TSAGE: Disable right-click menu for the R2R card game scene


Commit: a1dd885f69ed512912a4538e859bd13b67b50437
    https://github.com/scummvm/scummvm/commit/a1dd885f69ed512912a4538e859bd13b67b50437
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2013-12-12T06:09:00-08:00

Commit Message:
TSAGE: Disable right-click menu for the R2R card game 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 d117bbe..982e66d 100644
--- a/engines/tsage/ringworld2/ringworld2_scenes1.cpp
+++ b/engines/tsage/ringworld2/ringworld2_scenes1.cpp
@@ -4371,6 +4371,7 @@ void Scene1337::postInit(SceneObjectList *OwnerList) {
 
 	R2_GLOBALS._player.enableControl();
 	R2_GLOBALS._player._canWalk = false;
+	R2_GLOBALS._player._uiEnabled = false;
 
 	_delayedFunction = nullptr;
 






More information about the Scummvm-git-logs mailing list