mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-10 23:02:08 +00:00
- Change UDMF lineflag 'transparent' to 'translucent' to match the spec.
(Hopefully nobody used 'transparent'; it's not in the DoomBuilder configs, so that should be a safe assumption.) SVN r3298 (trunk)
This commit is contained in:
parent
9c8bb236ec
commit
3117f657c7
1 changed files with 1 additions and 1 deletions
|
@ -752,7 +752,7 @@ public:
|
|||
Flag(ld->flags, ML_BLOCK_FLOATERS, key);
|
||||
continue;
|
||||
|
||||
case NAME_Transparent:
|
||||
case NAME_Translucent:
|
||||
CHECK_N(St | Zd | Zdt | Va)
|
||||
strifetrans = CheckBool(key);
|
||||
continue;
|
||||
|
|
Loading…
Reference in a new issue