mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2025-02-21 02:51:37 +00:00
- Removed ZScript warning.
This commit is contained in:
parent
c96cdc6c35
commit
1ca4e0c98a
1 changed files with 0 additions and 4 deletions
|
@ -409,10 +409,6 @@ static void DoParse(int lumpnum)
|
|||
Printf(TEXTCOLOR_RED "Warning: ZScript version mismatch. %d.%d.%d required but only %d.%d.%d supported.\n",
|
||||
state.ParseVersion.major, state.ParseVersion.minor, state.ParseVersion.revision, VER_MAJOR, VER_MINOR, VER_REVISION);
|
||||
}
|
||||
else if (state.ParseVersion > MakeVersion(3, 9, 0))
|
||||
{
|
||||
Printf(TEXTCOLOR_RED "Warning: ZScript version %d.%d.%d only partially supported.\n", VER_MAJOR, VER_MINOR, VER_REVISION);
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue