From 14401ca6941b53922c525625627694735f7197be Mon Sep 17 00:00:00 2001 From: nukeykt Date: Sun, 30 Jun 2019 03:15:51 +0900 Subject: [PATCH] Fix TROR NULL texture --- source/build/src/engine.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/build/src/engine.cpp b/source/build/src/engine.cpp index 6436d90df..4273cba4f 100644 --- a/source/build/src/engine.cpp +++ b/source/build/src/engine.cpp @@ -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 {