mirror of
https://git.do.srb2.org/STJr/ZoneBuilder.git
synced 2025-04-22 17:44:06 +00:00
Render the insides of fog blocks
This commit is contained in:
parent
cb6cac84eb
commit
4abdf3a65b
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ namespace CodeImp.DoomBuilder.IO
|
|||
{ 195, new int[4] { 1, 0, 1, 1} },
|
||||
{ 200, new int[4] { 3, 1, 0, 1} },
|
||||
{ 201, new int[4] { 3, 0, 0, 0} },
|
||||
{ 202, new int[4] { 3, 5, 2, 5} },
|
||||
{ 202, new int[4] { 7, 5, 2, 5} },
|
||||
{ 220, new int[4] { 3, 0, 2, 0} },
|
||||
{ 221, new int[4] { 3, 1, 1, 0} },
|
||||
{ 222, new int[4] { 3, 1, 2, 0} },
|
||||
|
|
Loading…
Reference in a new issue