- 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

@ -702,7 +702,7 @@ UNSAFE_CCMD(save)
{
if ((primaryLevel->vkdflags & VKDLEVELFLAG_NOUSERSAVE))
{
Printf("%s\n", GStrings("SAVEDEAD"));
Printf("%s\n", GStrings.GetString("SAVEDEAD"));
return;
}