Skip to content

Commit

Permalink
libdoom: Renamed lump M_THERM2 to M_THERMM for mod compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
danij-deng committed Feb 20, 2012
1 parent 5aec052 commit 995ee80
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doomsday/plugins/common/include/hu_lib.h
Expand Up @@ -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)
Expand Down

0 comments on commit 995ee80

Please sign in to comment.