- compile fixes
This commit is contained in:
parent
2e850bd2a1
commit
9b950c7d2f
4 changed files with 5 additions and 6 deletions
|
|
@ -702,7 +702,7 @@ UNSAFE_CCMD(save)
|
|||
{
|
||||
if ((primaryLevel->vkdflags & VKDLEVELFLAG_NOUSERSAVE))
|
||||
{
|
||||
Printf("%s\n", GStrings("SAVEDEAD"));
|
||||
Printf("%s\n", GStrings.GetString("SAVEDEAD"));
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue