Use a custom naming convention for VKDoom-only stuff

This commit is contained in:
nashmuhandes 2023-08-10 02:56:45 +08:00 committed by Magnus Norddahl
commit 89b42e3e97
12 changed files with 41 additions and 39 deletions

View file

@ -700,7 +700,7 @@ UNSAFE_CCMD (load)
UNSAFE_CCMD(save)
{
if ((primaryLevel->flags9 & LEVEL9_NOUSERSAVE))
if ((primaryLevel->vkdflags & VKDLEVELFLAG_NOUSERSAVE))
{
Printf("%s\n", GStrings("SAVEDEAD"));
return;