- Shadow Warrior credit screens.

This commit is contained in:
Christoph Oelckers 2020-10-08 23:53:15 +02:00
parent 02507d937d
commit 802d295e48
3 changed files with 22 additions and 13 deletions

View file

@ -1079,7 +1079,7 @@ static void ParseImageScrollerBody(FScanner& sc, DImageScrollerDescriptor* desc)
}
else if (sc.Compare("ifnotgame"))
{
if (!CheckSkipGameBlock(sc, true))
if (!CheckSkipGameBlock(sc, false))
{
// recursively parse sub-block
ParseImageScrollerBody(sc, desc);