- Final Doom needs its finale flats changed, too.
- It's "BGCASTCALL", not "BOSSBACK". SVN r2196 (trunk)
This commit is contained in:
parent
d19878efcb
commit
47a835698a
3 changed files with 13 additions and 13 deletions
|
|
@ -762,7 +762,7 @@ void F_CastDrawer (void)
|
|||
FTexture* pic;
|
||||
|
||||
// erase the entire screen to a background
|
||||
screen->DrawTexture (TexMan[GStrings("BOSSBACK")], 0, 0,
|
||||
screen->DrawTexture (TexMan[GStrings("bgcastcall")], 0, 0,
|
||||
DTA_DestWidth, screen->GetWidth(),
|
||||
DTA_DestHeight, screen->GetHeight(),
|
||||
TAG_DONE);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue