- 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:
Randy Heit 2011-10-03 00:36:37 +00:00
parent 9c8bb236ec
commit 3117f657c7
1 changed files with 1 additions and 1 deletions

View File

@ -752,7 +752,7 @@ public:
Flag(ld->flags, ML_BLOCK_FLOATERS, key); Flag(ld->flags, ML_BLOCK_FLOATERS, key);
continue; continue;
case NAME_Transparent: case NAME_Translucent:
CHECK_N(St | Zd | Zdt | Va) CHECK_N(St | Zd | Zdt | Va)
strifetrans = CheckBool(key); strifetrans = CheckBool(key);
continue; continue;