mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-12 20:50:56 +00:00
SHERLOCK: remove debug #ifs
This commit is contained in:
parent
b752c1f5bb
commit
0500dc2408
@ -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())
|
||||
|
Loading…
x
Reference in New Issue
Block a user