fix nosave cvar keyword (saved to config, not saved to savegame)
This commit is contained in:
parent
cad14d1c93
commit
eeddd72458
3 changed files with 5 additions and 4 deletions
|
|
@ -1479,7 +1479,7 @@ void ParseCVarInfo()
|
|||
}
|
||||
else if (stricmp(sc.String, "nosave") == 0)
|
||||
{
|
||||
cvarflags |= CVAR_NOSAVE;
|
||||
cvarflags |= CVAR_NOSAVEGAME;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue