mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-10 14:51:51 +00:00
- tell the user the game version number when version is not specified as a hint
This commit is contained in:
parent
839b737429
commit
7dfd49b42e
1 changed files with 1 additions and 1 deletions
|
@ -1760,7 +1760,7 @@ void C_GrabCVarDefaults ()
|
||||||
|
|
||||||
sc.MustGetString();
|
sc.MustGetString();
|
||||||
if (!sc.Compare("version"))
|
if (!sc.Compare("version"))
|
||||||
sc.ScriptError("Must declare version for defcvars!");
|
sc.ScriptError("Must declare version for defcvars! (currently: %i)", gamelastrunversion);
|
||||||
sc.MustGetNumber();
|
sc.MustGetNumber();
|
||||||
lumpversion = sc.Number;
|
lumpversion = sc.Number;
|
||||||
if (lumpversion > gamelastrunversion)
|
if (lumpversion > gamelastrunversion)
|
||||||
|
|
Loading…
Reference in a new issue