[Scummvm-git-logs] scummvm master -> 4d16d31d1d726fb37f0c96ebaf390546bfd6f470

antoniou79 antoniou at cti.gr
Sat Aug 17 21:21:22 CEST 2019


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:
4d16d31d1d BLADERUNNER: Remove traces of added L.MOUSE2 object in PS07


Commit: 4d16d31d1d726fb37f0c96ebaf390546bfd6f470
    https://github.com/scummvm/scummvm/commit/4d16d31d1d726fb37f0c96ebaf390546bfd6f470
Author: antoniou79 (a.antoniou79 at gmail.com)
Date: 2019-08-17T22:18:39+03:00

Commit Message:
BLADERUNNER: Remove traces of added L.MOUSE2 object in PS07

Changed paths:
    engines/bladerunner/script/scene/ps07.cpp


diff --git a/engines/bladerunner/script/scene/ps07.cpp b/engines/bladerunner/script/scene/ps07.cpp
index d88806a..678770c 100644
--- a/engines/bladerunner/script/scene/ps07.cpp
+++ b/engines/bladerunner/script/scene/ps07.cpp
@@ -47,9 +47,7 @@ void SceneScriptPS07::SceneLoaded() {
 	Unobstacle_Object("RICE BOX01", true);
 	if (_vm->_cutContent) {
 		Unobstacle_Object("L.MOUSE", true);
-//		Unobstacle_Object("L.MOUSE2", true);
 		Clickable_Object("L.MOUSE");
-//		Unclickable_Object("L.MOUSE2"); // TODO: we may not use this one (restored content version)
 	}
 }
 





More information about the Scummvm-git-logs mailing list