From 8f8e5293736b4096afb1763beeb2d5786f33ab73 Mon Sep 17 00:00:00 2001
From: MaxED <j.maxed@gmail.com>
Date: Tue, 6 Nov 2012 12:52:17 +0000
Subject: [PATCH] Changed sprites of puzzle items in Hexen_things.cfg to proper
 ones.

---
 .../Configurations/Includes/Hexen_things.cfg  | 34 +++++++++----------
 Source/Plugins/ColorPicker/BuilderPlug.cs     |  2 +-
 Source/Plugins/UMDFControls/BuilderPlug.cs    |  2 +-
 3 files changed, 19 insertions(+), 19 deletions(-)

diff --git a/Build/Configurations/Includes/Hexen_things.cfg b/Build/Configurations/Includes/Hexen_things.cfg
index a369628a7..39742d61e 100644
--- a/Build/Configurations/Includes/Hexen_things.cfg
+++ b/Build/Configurations/Includes/Hexen_things.cfg
@@ -464,47 +464,47 @@ puzzle
 	9002
 	{
 		title = "Yorick's Skull";
-		sprite = "ARTISKLL";
+		sprite = "ASKUA0";
 	}
 	9003
 	{
 		title = "Heart Of D'Sparil";
-		sprite = "ARTIBGEM";
+		sprite = "ABGMA0";
 	}
 	9004
 	{
 		title = "Ruby Planet";
-		sprite = "ARTIGEMR";
+		sprite = "AGMRA0";
 	}
 	9005
 	{
 		title = "Emerald Planet 1";
-		sprite = "ARTIGEMG";
+		sprite = "AGMGA0";
 	}
 	9006
 	{
 		title = "Sapphire Planet 1";
-		sprite = "ARTIGEMB";
+		sprite = "AGMBA0";
 	}
 	9007
 	{
 		title = "Daemon Codex";
-		sprite = "ARTIBOK1";
+		sprite = "ABK1A0";
 	}
 	9008
 	{
 		title = "Liber Obscura";
-		sprite = "ARTIBOK2";
+		sprite = "ABK2A0";
 	}
 	9009
 	{
 		title = "Emerald Planet 2";
-		sprite = "ARTIGMG2";
+		sprite = "AGG2A0";
 	}
 	9010
 	{
 		title = "Sapphire Planet 2";
-		sprite = "ARTIGMB2";
+		sprite = "AGMBA0";
 	}
 	9011
 	{
@@ -521,44 +521,44 @@ puzzle
 	9014
 	{
 		title = "Flame mask";
-		sprite = "ARTISKL2";
+		sprite = "ASK2A0";
 	}
 	9015
 	{
 		title = "Glaive seal";
-		sprite = "ARTIFWEP";
+		sprite = "AFWPA0";
 	}
 	9016
 	{
 		title = "Holy relic";
-		sprite = "ARTICWEP";
+		sprite = "ACWPA0";
 		width = 10;
 	}
 	9017
 	{
 		title = "Sigil of the magus";
-		sprite = "ARTIMWEP";
+		sprite = "AMWPA0";
 		width = 10;
 	}
 	9018
 	{
 		title = "Clock Gear (steel)";
-		sprite = "ARTIGEAR";
+		sprite = "AGERA0";
 	}
 	9019
 	{
 		title = "Clock Gear (bronze)";
-		sprite = "ARTIGER2";
+		sprite = "AGR2A0";
 	}
 	9020
 	{
 		title = "Clock Gear (steel and bronze)";
-		sprite = "ARTIGER3";
+		sprite = "AGR3A0";
 	}
 	9021
 	{
 		title = "Clock Gear (bronze and steel)";
-		sprite = "ARTIGER4";
+		sprite = "AGR4A0";
 	}
 }
 
diff --git a/Source/Plugins/ColorPicker/BuilderPlug.cs b/Source/Plugins/ColorPicker/BuilderPlug.cs
index 5841cf5d3..3e0e89e81 100644
--- a/Source/Plugins/ColorPicker/BuilderPlug.cs
+++ b/Source/Plugins/ColorPicker/BuilderPlug.cs
@@ -30,7 +30,7 @@ namespace CodeImp.DoomBuilder.ColorPicker
 
         public override void OnInitialize() {
             if (GZBuilder.GZGeneral.Version < 1.11f) {
-                General.ErrorLogger.Add(ErrorType.Error, "ColorPicker plugin: GZDoomBuilder 1.11 or later required!");
+                General.ErrorLogger.Add(ErrorType.Error, "ColorPicker plugin: GZDoom Builder 1.11 or later required!");
                 return;
             }
             
diff --git a/Source/Plugins/UMDFControls/BuilderPlug.cs b/Source/Plugins/UMDFControls/BuilderPlug.cs
index 7dd4d769c..b9a605a3d 100644
--- a/Source/Plugins/UMDFControls/BuilderPlug.cs
+++ b/Source/Plugins/UMDFControls/BuilderPlug.cs
@@ -26,7 +26,7 @@ namespace CodeImp.DoomBuilder.UDMFControls
 
         public override void OnInitialize() {
             if (GZBuilder.GZGeneral.Version < 1.11f) {
-                General.ErrorLogger.Add(ErrorType.Error, "UDMFControls plugin: GZDoomBuilder 1.11 or later required!");
+                General.ErrorLogger.Add(ErrorType.Error, "UDMFControls plugin: GZDoom Builder 1.11 or later required!");
                 return;
             }
 
-- 
GitLab