force upper case for the save name string

This commit is contained in:
Fabian Greffrath 2019-01-09 08:13:43 +01:00
parent 48bda90fc4
commit 82109a9cc0

View file

@ -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;
}