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

@ -2194,7 +2194,7 @@ CUSTOM_CVAR (Int, quicksaverotationcount, 4, CVAR_ARCHIVE|CVAR_GLOBALCONFIG)
void G_DoAutoSave ()
{
if ((primaryLevel->flags9 & LEVEL9_NOUSERSAVE))
if ((primaryLevel->vkdflags & VKDLEVELFLAG_NOUSERSAVE))
return;
FString description;