mirror of
https://github.com/ZDoom/qzdoom.git
synced 2025-01-18 15:11:46 +00:00
- fixed: The intermission text screen background should not animate
SVN r2338 (trunk)
This commit is contained in:
parent
4480a508b3
commit
2b211f99a8
1 changed files with 1 additions and 1 deletions
|
@ -1226,7 +1226,7 @@ void F_Drawer (void)
|
|||
FTextureID picnum = TexMan.CheckForTexture (FinaleFlat, FTexture::TEX_Flat, FTextureManager::TEXMAN_Overridable);
|
||||
if (picnum.isValid())
|
||||
{
|
||||
screen->FlatFill (0,0, SCREENWIDTH, SCREENHEIGHT, TexMan(picnum));
|
||||
screen->FlatFill (0,0, SCREENWIDTH, SCREENHEIGHT, TexMan[picnum]);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue