mirror of
https://github.com/ZDoom/qzdoom.git
synced 2025-01-31 04:50:48 +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();
|
||||
if (!sc.Compare("version"))
|
||||
sc.ScriptError("Must declare version for defcvars!");
|
||||
sc.ScriptError("Must declare version for defcvars! (currently: %i)", gamelastrunversion);
|
||||
sc.MustGetNumber();
|
||||
lumpversion = sc.Number;
|
||||
if (lumpversion > gamelastrunversion)
|
||||
|
|
Loading…
Reference in a new issue