[Scummvm-git-logs] scummvm master -> 899585d478efbc79efaa61f804e75701776fb064

dreammaster dreammaster at scummvm.org
Fri Feb 17 02:39:50 CET 2017


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:
899585d478 TITANIC: Remove old debug code


Commit: 899585d478efbc79efaa61f804e75701776fb064
    https://github.com/scummvm/scummvm/commit/899585d478efbc79efaa61f804e75701776fb064
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2017-02-16T20:39:44-05:00

Commit Message:
TITANIC: Remove old debug code

Changed paths:
    engines/titanic/core/game_object.cpp


diff --git a/engines/titanic/core/game_object.cpp b/engines/titanic/core/game_object.cpp
index af70205..bf72860 100644
--- a/engines/titanic/core/game_object.cpp
+++ b/engines/titanic/core/game_object.cpp
@@ -548,10 +548,6 @@ void CGameObject::sound8(bool flag) const {
 }
 
 void CGameObject::setVisible(bool val) {
-	if (_name.contains("ylinder")) {
-		warning("TODO");
-	}
-
 	if (val != _visible) {
 		_visible = val;
 		makeDirty();





More information about the Scummvm-git-logs mailing list