- allow animated title pics.

This also applies to all other images shown in the title loop as well.
This commit is contained in:
Christoph Oelckers 2018-04-30 23:48:59 +02:00
parent 7aea010892
commit af76e9a9c4
1 changed files with 1 additions and 1 deletions

View File

@ -1319,7 +1319,7 @@ void D_DoAdvanceDemo (void)
{
Page->Unload ();
}
Page = TexMan[pagename];
Page = TexMan(pagename);
}
}