- fixed: The quicksave requester did not open the menu properly

This resulted in input not reaching it.
This commit is contained in:
Christoph Oelckers 2020-02-11 21:25:21 +01:00
parent 52e12702cf
commit 1aa72cfbbd
1 changed files with 1 additions and 2 deletions

View File

@ -655,10 +655,9 @@ CCMD(quicksave)
return;
}
gi->MenuSound(ActivateSound);
FString tempstring = GStrings("QSPROMPT");
tempstring.Substitute("%s", slot->SaveTitle.GetChars());
M_StartControlPanel(true);
DMenu* newmenu = CreateMessageBoxMenu(DMenu::CurrentMenu, tempstring, 0, INT_MAX, false, NAME_None, [](bool res)
{