ASYLUM: always play intro

This commit is contained in:
alxpnv 2021-04-27 11:45:32 +03:00 committed by Eugene Sandulenko
parent 72a3f0c365
commit c2b1207e23
No known key found for this signature in database
GPG key ID: 014D387312D34F08

View file

@ -235,9 +235,7 @@ void AsylumEngine::startGame(ResourcePackId sceneId, StartGameType type) {
case kStartGamePlayIntro:
_scene->enter(sceneId);
#ifndef DEBUG
playIntro();
#endif
break;
case kStartGameLoad: