fix nosave cvar keyword (saved to config, not saved to savegame)

This commit is contained in:
Alexander Kromm 2020-01-06 17:10:38 +07:00 committed by Christoph Oelckers
commit eeddd72458
3 changed files with 5 additions and 4 deletions

View file

@ -1479,7 +1479,7 @@ void ParseCVarInfo()
}
else if (stricmp(sc.String, "nosave") == 0)
{
cvarflags |= CVAR_NOSAVE;
cvarflags |= CVAR_NOSAVEGAME;
}
else
{