Skip to content

Commit

Permalink
map01 -> MAP01
Browse files Browse the repository at this point in the history
Case matters.
  • Loading branch information
doomhack committed Dec 5, 2019
1 parent a0730bb commit aafe335
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/p_setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,7 @@ void P_SetupLevel(int episode, int map, int playermask, skill_t skill)
// find map name
if (_g->gamemode == commercial)
{
sprintf(lumpname, "map%02d", map); // killough 1/24/98: simplify
sprintf(lumpname, "MAP%02d", map); // killough 1/24/98: simplify
}
else
{
Expand Down

0 comments on commit aafe335

Please sign in to comment.