mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2025-02-23 03:41:03 +00:00
- tell the user the game version number when version is not specified as a hint
This commit is contained in:
parent
1154207ec0
commit
93dfdc1c33
1 changed files with 1 additions and 1 deletions
|
@ -1967,7 +1967,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