- Added a new UDMF sidedef flag: lightfog.
SVN r3933 (trunk)
This commit is contained in:
parent
d0c3c924d4
commit
0f0dcc08a2
5 changed files with 13 additions and 4 deletions
|
|
@ -1053,6 +1053,10 @@ public:
|
|||
Flag(sd->Flags, WALLF_ABSLIGHTING, key);
|
||||
continue;
|
||||
|
||||
case NAME_lightfog:
|
||||
Flag(sd->Flags, WALLF_LIGHT_FOG, key);
|
||||
continue;
|
||||
|
||||
case NAME_nofakecontrast:
|
||||
Flag(sd->Flags, WALLF_NOFAKECONTRAST, key);
|
||||
continue;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue