From 5716a08c55aa63bb881009d569e31ae1611fb23f Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Thu, 31 Jan 2008 21:04:21 +0000 Subject: [PATCH] - fixed DEHSUPP values for render styles. SVN r728 (trunk) --- wadsrc/dehsupp.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/wadsrc/dehsupp.txt b/wadsrc/dehsupp.txt index cb0e01533..c05bd1836 100644 --- a/wadsrc/dehsupp.txt +++ b/wadsrc/dehsupp.txt @@ -803,7 +803,7 @@ RenderStyles 2, STYLE_Fuzzy, 3, STYLE_SoulTrans, 4, STYLE_OptFuzzy, - 5, STYLE_Shaded, - 64, STYLE_Translucent, - 65, STYLE_Add + 8, STYLE_Shaded, + 6, STYLE_Translucent, + 7, STYLE_Add }; \ No newline at end of file