From 3117f657c74c94f30978b516a30b021848561d1d Mon Sep 17 00:00:00 2001 From: Randy Heit Date: Mon, 3 Oct 2011 00:36:37 +0000 Subject: [PATCH] - 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) --- src/p_udmf.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/p_udmf.cpp b/src/p_udmf.cpp index 97e537531..8968db07c 100644 --- a/src/p_udmf.cpp +++ b/src/p_udmf.cpp @@ -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;