From 45dde7aa2fa65c21854e14b8b67bdadb33793fa1 Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Fri, 4 Sep 2009 22:27:09 +0000 Subject: [PATCH] - Hexen and Heretic dim color was wrong. SVN r1791 (trunk) --- wadsrc/static/mapinfo/heretic.txt | 2 +- wadsrc/static/mapinfo/hexen.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wadsrc/static/mapinfo/heretic.txt b/wadsrc/static/mapinfo/heretic.txt index 1e12e5856..181917123 100644 --- a/wadsrc/static/mapinfo/heretic.txt +++ b/wadsrc/static/mapinfo/heretic.txt @@ -33,7 +33,7 @@ gameinfo weaponslot = 5, "SkullRod" weaponslot = 6, "PhoenixRod" weaponslot = 7, "Mace" - dimcolor = "00 ff 00" + dimcolor = "00 00 ff" dimamount = 0.2 } diff --git a/wadsrc/static/mapinfo/hexen.txt b/wadsrc/static/mapinfo/hexen.txt index da7477d80..603cd005a 100644 --- a/wadsrc/static/mapinfo/hexen.txt +++ b/wadsrc/static/mapinfo/hexen.txt @@ -33,7 +33,7 @@ gameinfo weaponslot = 2, "FWeapAxe", "CWeapStaff", "MWeapFrost" weaponslot = 3, "FWeapHammer", "CWeapFlame", "MWeapLightning" weaponslot = 4, "FWeapQuietus", "CWeapWraithverge", "MWeapBloodscourge" - dimcolor = "00 ff 00" + dimcolor = "00 00 ff" dimamount = 0.2 }