mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 14:52:01 +00:00
Fix TROR NULL texture
This commit is contained in:
parent
2f49b549df
commit
14401ca694
1 changed files with 1 additions and 1 deletions
|
@ -766,7 +766,7 @@ void yax_tweakpicnums(int32_t bunchnum, int32_t cf, int32_t restore)
|
||||||
if (editstatus && showinvisibility)
|
if (editstatus && showinvisibility)
|
||||||
SECTORFLD(i,picnum, cf) = MAXTILES-1;
|
SECTORFLD(i,picnum, cf) = MAXTILES-1;
|
||||||
else //if ((dastat&(128+256))==0)
|
else //if ((dastat&(128+256))==0)
|
||||||
SECTORFLD(i,picnum, cf) = 13; //FOF;
|
SECTORFLD(i,picnum, cf) = bloodhack ? MAXTILES-2 : 13; //FOF;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue