Skip to content

Commit

Permalink
force upper case for the save name string
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiangreffrath committed Jan 9, 2019
1 parent 48bda90 commit 82109a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/doom/m_menu.c
Original file line number Diff line number Diff line change
Expand Up @@ -647,6 +647,7 @@ static void SetDefaultSaveName(int slot)
"%s: %s", M_BaseName(maplumpinfo->wad_file->path),
maplumpinfo->name);
}
M_ForceUppercase(savegamestrings[itemOn]);
joypadSave = false;
}

Expand Down

0 comments on commit 82109a9

Please sign in to comment.