mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-17 02:01:35 +00:00
Render insides on FOF type 222
This commit is contained in:
parent
f8c51ccde3
commit
15defaebeb
1 changed files with 1 additions and 1 deletions
|
@ -2939,7 +2939,7 @@ static void P_ConvertBinaryMap(void)
|
||||||
//Visibility
|
//Visibility
|
||||||
if (lines[i].special == 222)
|
if (lines[i].special == 222)
|
||||||
lines[i].args[1] |= 1; //Don't render planes
|
lines[i].args[1] |= 1; //Don't render planes
|
||||||
if (lines[i].special != 220)
|
if (lines[i].special == 221)
|
||||||
lines[i].args[1] |= 4; //Don't render insides
|
lines[i].args[1] |= 4; //Don't render insides
|
||||||
|
|
||||||
//Appearance
|
//Appearance
|
||||||
|
|
Loading…
Reference in a new issue