From 995ee800068a74a8230e920616611ffc6fa0c94b Mon Sep 17 00:00:00 2001 From: danij Date: Mon, 20 Feb 2012 02:03:42 +0000 Subject: [PATCH] libdoom: Renamed lump M_THERM2 to M_THERMM for mod compatibility --- doomsday/plugins/common/include/hu_lib.h | 2 +- .../jdoom/data/lumps/{m_therm2.lmp => m_thermm.lmp} | Bin .../data/lumps/{m_therm2.lmp => m_thermm.lmp} | Bin 3 files changed, 1 insertion(+), 1 deletion(-) rename doomsday/plugins/jdoom/data/lumps/{m_therm2.lmp => m_thermm.lmp} (100%) rename doomsday/plugins/jdoom64/data/lumps/{m_therm2.lmp => m_thermm.lmp} (100%) diff --git a/doomsday/plugins/common/include/hu_lib.h b/doomsday/plugins/common/include/hu_lib.h index 9f175dc3ac..9e16e40919 100644 --- a/doomsday/plugins/common/include/hu_lib.h +++ b/doomsday/plugins/common/include/hu_lib.h @@ -718,7 +718,7 @@ boolean MNColorBox_CopyColor(mn_object_t* ob, int flags, const mn_object_t* othe # define MNDATA_SLIDER_OFFSET_Y (0) # define MNDATA_SLIDER_PATCH_LEFT ("M_THERML") # define MNDATA_SLIDER_PATCH_RIGHT ("M_THERMR") -# define MNDATA_SLIDER_PATCH_MIDDLE ("M_THERM2") +# define MNDATA_SLIDER_PATCH_MIDDLE ("M_THERMM") # define MNDATA_SLIDER_PATCH_HANDLE ("M_THERMO") #elif __JHERETIC__ || __JHEXEN__ # define MNDATA_SLIDER_OFFSET_X (0) diff --git a/doomsday/plugins/jdoom/data/lumps/m_therm2.lmp b/doomsday/plugins/jdoom/data/lumps/m_thermm.lmp similarity index 100% rename from doomsday/plugins/jdoom/data/lumps/m_therm2.lmp rename to doomsday/plugins/jdoom/data/lumps/m_thermm.lmp diff --git a/doomsday/plugins/jdoom64/data/lumps/m_therm2.lmp b/doomsday/plugins/jdoom64/data/lumps/m_thermm.lmp similarity index 100% rename from doomsday/plugins/jdoom64/data/lumps/m_therm2.lmp rename to doomsday/plugins/jdoom64/data/lumps/m_thermm.lmp