diff options
| author | Paul Gilbert | 2017-02-16 20:39:44 -0500 |
|---|---|---|
| committer | Paul Gilbert | 2017-02-16 20:39:44 -0500 |
| commit | 899585d478efbc79efaa61f804e75701776fb064 (patch) | |
| tree | f7da53532637fdf9601e71f136fa3bf3e432948d | |
| parent | c0d155db972323b87af0964f59676be091c76be6 (diff) | |
| download | scummvm-rg350-899585d478efbc79efaa61f804e75701776fb064.tar.gz scummvm-rg350-899585d478efbc79efaa61f804e75701776fb064.tar.bz2 scummvm-rg350-899585d478efbc79efaa61f804e75701776fb064.zip | |
TITANIC: Remove old debug code
| -rw-r--r-- | engines/titanic/core/game_object.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/engines/titanic/core/game_object.cpp b/engines/titanic/core/game_object.cpp index af7020532c..bf72860486 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(); |
