aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Kiewitz2015-06-01 13:40:44 +0200
committerMartin Kiewitz2015-06-01 13:40:44 +0200
commit0500dc2408f27d4cd93a2631ac64bdbd80e30336 (patch)
tree00a8bfa6c6858e664cd8225d48733a2b322398bd
parentb752c1f5bb1e9e1db83ed6f4368bfe6f6e2f151e (diff)
downloadscummvm-rg350-0500dc2408f27d4cd93a2631ac64bdbd80e30336.tar.gz
scummvm-rg350-0500dc2408f27d4cd93a2631ac64bdbd80e30336.tar.bz2
scummvm-rg350-0500dc2408f27d4cd93a2631ac64bdbd80e30336.zip
SHERLOCK: remove debug #ifs
-rw-r--r--engines/sherlock/scalpel/scalpel.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/engines/sherlock/scalpel/scalpel.cpp b/engines/sherlock/scalpel/scalpel.cpp
index 20e53e97ec..34838280fd 100644
--- a/engines/sherlock/scalpel/scalpel.cpp
+++ b/engines/sherlock/scalpel/scalpel.cpp
@@ -224,14 +224,12 @@ void ScalpelEngine::showOpening() {
if (isDemo() && _interactiveFl)
return;
-#if 0
if (!TsAGE::Logo::show(this))
return;
if (!showCityCutscene())
return;
if (!showAlleyCutscene())
return;
-#endif
if (!showStreetCutscene())
return;
if (!showOfficeCutscene())