- compile fixes

This commit is contained in:
Rachael Alexanderson 2024-04-21 11:24:52 -04:00
commit 9b950c7d2f
No known key found for this signature in database
GPG key ID: 26A8ACCE97115EE0
4 changed files with 5 additions and 6 deletions

View file

@ -253,7 +253,7 @@ bool M_SetSpecialMenu(FName& menu, int param)
if ((primaryLevel->vkdflags & VKDLEVELFLAG_NOUSERSAVE))
{
M_StartMessage(GStrings("SAVEDEAD"), 1);
M_StartMessage(GStrings.GetString("SAVEDEAD"), 1);
return false;
}