Use a custom naming convention for VKDoom-only stuff
This commit is contained in:
parent
823a086e3c
commit
89b42e3e97
12 changed files with 41 additions and 39 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue