mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-09-23 03:52:12 -04:00
check for finaleflat availability before calling V_DrawBackground()
Fixes a crash in the MAP06->MAP07 transition in PUSS33_DIEROWDY.wad
This commit is contained in:
parent
badfd4ee9d
commit
4a9abfacd2
@ -388,7 +388,7 @@ void F_TextWrite (void)
|
||||
{
|
||||
V_DrawPatchFullScreen(W_CacheLumpName(finaleflat, PU_LEVEL));
|
||||
}
|
||||
else
|
||||
else if ((W_CheckNumForName)(finaleflat, ns_flats) != -1)
|
||||
{
|
||||
// erase the entire screen to a tiled background
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user