M_EraseData: Fix va() being passed to va()

This commit is contained in:
toaster 2023-03-05 19:56:52 +00:00
parent 0f715454fa
commit 99b5fe7bf4

View file

@ -88,7 +88,7 @@ void M_EraseData(INT32 choice)
else if (optionsmenu.erasecontext == EC_ALLGAME)
eschoice = M_GetText("ALL game data");
else
eschoice = va("[misconfigured erasecontext %d]", optionsmenu.erasecontext);
eschoice = "[misconfigured erasecontext]";
M_StartMessage(va(esstr, eschoice), FUNCPTRCAST(M_EraseDataResponse), MM_YESNO);