update quicksave slot name

This commit is contained in:
Fabian Greffrath 2022-02-18 10:17:52 +01:00
parent c66996d29b
commit b81dd5508a

View File

@ -1500,6 +1500,7 @@ void M_QuickSaveResponse(int ch)
{
if (ch == 'y')
{
SetDefaultSaveName(quickSaveSlot);
M_DoSave(quickSaveSlot);
S_StartSound(NULL,sfx_swtchx);
}