Fix TROR NULL texture

This commit is contained in:
nukeykt 2019-06-30 03:15:51 +09:00 committed by Christoph Oelckers
parent 2f49b549df
commit 14401ca694
1 changed files with 1 additions and 1 deletions

View File

@ -766,7 +766,7 @@ void yax_tweakpicnums(int32_t bunchnum, int32_t cf, int32_t restore)
if (editstatus && showinvisibility)
SECTORFLD(i,picnum, cf) = MAXTILES-1;
else //if ((dastat&(128+256))==0)
SECTORFLD(i,picnum, cf) = 13; //FOF;
SECTORFLD(i,picnum, cf) = bloodhack ? MAXTILES-2 : 13; //FOF;
}
else
{