- Final Doom needs its finale flats changed, too.

- It's "BGCASTCALL", not "BOSSBACK".

SVN r2196 (trunk)
This commit is contained in:
Randy Heit 2010-03-06 04:01:32 +00:00
commit 47a835698a
3 changed files with 13 additions and 13 deletions

View file

@ -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);