From 0500dc2408f27d4cd93a2631ac64bdbd80e30336 Mon Sep 17 00:00:00 2001 From: Martin Kiewitz Date: Mon, 1 Jun 2015 13:40:44 +0200 Subject: SHERLOCK: remove debug #ifs --- engines/sherlock/scalpel/scalpel.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'engines/sherlock/scalpel/scalpel.cpp') 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()) -- cgit v1.2.3