diff options
author | Martin Kiewitz | 2015-06-01 13:40:44 +0200 |
---|---|---|
committer | Martin Kiewitz | 2015-06-01 13:40:44 +0200 |
commit | 0500dc2408f27d4cd93a2631ac64bdbd80e30336 (patch) | |
tree | 00a8bfa6c6858e664cd8225d48733a2b322398bd /engines | |
parent | b752c1f5bb1e9e1db83ed6f4368bfe6f6e2f151e (diff) | |
download | scummvm-rg350-0500dc2408f27d4cd93a2631ac64bdbd80e30336.tar.gz scummvm-rg350-0500dc2408f27d4cd93a2631ac64bdbd80e30336.tar.bz2 scummvm-rg350-0500dc2408f27d4cd93a2631ac64bdbd80e30336.zip |
SHERLOCK: remove debug #ifs
Diffstat (limited to 'engines')
-rw-r--r-- | engines/sherlock/scalpel/scalpel.cpp | 2 |
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()) |