mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-10 14:51:40 +00:00
- bump version requirement to 219 for defcvars
This commit is contained in:
parent
7156611643
commit
0d60a0f4ea
1 changed files with 2 additions and 2 deletions
|
@ -1769,8 +1769,8 @@ void C_GrabCVarDefaults ()
|
|||
lumpversion = sc.Number;
|
||||
if (lumpversion > gamelastrunversion)
|
||||
sc.ScriptError("Unsupported version %i (%i supported)", lumpversion, gamelastrunversion);
|
||||
if (lumpversion < 218)
|
||||
sc.ScriptError("Version must be at least 218 (current version %i)", gamelastrunversion);
|
||||
if (lumpversion < 219)
|
||||
sc.ScriptError("Version must be at least 219 (current version %i)", gamelastrunversion);
|
||||
|
||||
FBaseCVar *var;
|
||||
|
||||
|
|
Loading…
Reference in a new issue