mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-11 15:21:51 +00:00
- allow animated title pics.
This also applies to all other images shown in the title loop as well.
This commit is contained in:
parent
7aea010892
commit
af76e9a9c4
1 changed files with 1 additions and 1 deletions
|
@ -1319,7 +1319,7 @@ void D_DoAdvanceDemo (void)
|
||||||
{
|
{
|
||||||
Page->Unload ();
|
Page->Unload ();
|
||||||
}
|
}
|
||||||
Page = TexMan[pagename];
|
Page = TexMan(pagename);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue