Skip to content

Commit

Permalink
Fixed mn_def.h file name case discrepencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
danij committed May 29, 2005
1 parent deb7b9c commit 954d37a
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion doomsday/Src/Common/am_map.c
Expand Up @@ -39,7 +39,7 @@
# include "../jHeretic/Dstrings.h"
#elif __JHEXEN__
# include "../jHexen/h2_actn.h"
# include "../jHexen/Mn_def.h"
# include "../jHexen/mn_def.h"
# include "../jHexen/h2def.h"
# include "../jHexen/d_config.h"
#elif __JSTRIFE__
Expand Down
2 changes: 1 addition & 1 deletion doomsday/Src/Common/hu_msg.c
Expand Up @@ -38,7 +38,7 @@
#elif __JHERETIC__
# include "../jHeretic/doomdef.h"
# include "../jHeretic/d_config.h"
# include "../jHeretic/mn_def.h"
# include "../jHeretic/Mn_def.h"
# include "../jHeretic/s_sound.h"
# include "../jHeretic/Doomdata.h"
# include "../jHeretic/R_local.h"
Expand Down
2 changes: 1 addition & 1 deletion doomsday/Src/Common/hu_stuff.c
Expand Up @@ -41,7 +41,7 @@
# include "../jDoom/dstrings.h"
#elif __JHERETIC__
# include "../jHeretic/Doomdef.h"
# include "../jHeretic/mn_def.h"
# include "../jHeretic/Mn_def.h"
# include "../jHeretic/d_config.h"
#elif __JHEXEN__
# include "../jHexen/h2def.h"
Expand Down
2 changes: 1 addition & 1 deletion doomsday/Src/Common/mn_menu.c
Expand Up @@ -64,7 +64,7 @@
# include "jHeretic/R_local.h"
# include "jHeretic/Soundst.h"
# include "jHeretic/d_config.h"
# include "jHeretic/mn_def.h"
# include "jHeretic/Mn_def.h"
#elif __JHEXEN__
# include "jHexen/h2def.h"
# include "jHexen/p_local.h"
Expand Down
2 changes: 1 addition & 1 deletion doomsday/Src/jDoom/d_console.c
Expand Up @@ -12,7 +12,7 @@
#include "s_sound.h"
#include "hu_stuff.h"
#include "m_menu.h"
#include "mn_def.h"
#include "Mn_def.h"
#include "f_infine.h"

// Macros -----------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion doomsday/Src/jDoom/wi_stuff.c
Expand Up @@ -22,7 +22,7 @@
#include "wi_stuff.h"
#include "d_config.h"
#include "m_menu.h"
#include "mn_def.h"
#include "Mn_def.h"
#include "hu_stuff.h"

// MACROS ------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion doomsday/Src/jHeretic/In_lude.c
Expand Up @@ -10,7 +10,7 @@
#include "jHeretic/Soundst.h"
#include "jHeretic/d_config.h"
#include "Common/hu_stuff.h"
#include "jHeretic/mn_def.h"
#include "jHeretic/Mn_def.h"

#define NUMTEAMS 4 // Four colors, four teams.

Expand Down
2 changes: 1 addition & 1 deletion doomsday/Src/jHexen/HConsole.c
Expand Up @@ -12,7 +12,7 @@
#include "h2def.h"
#include "d_config.h"
#include "d_net.h"
#include "jHexen/Mn_def.h"
#include "jHexen/mn_def.h"
#include "../Common/hu_stuff.h"
#include "f_infine.h"
#include "g_common.h"
Expand Down

0 comments on commit 954d37a

Please sign in to comment.