mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
M_EraseData: Fix va() being passed to va()
This commit is contained in:
parent
0f715454fa
commit
99b5fe7bf4
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue