SHERLOCK: remove debug #ifs

This commit is contained in:
Martin Kiewitz 2015-06-01 13:40:44 +02:00
parent b752c1f5bb
commit 0500dc2408

View File

@ -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())