- added version check for member variables.
This commit is contained in:
parent
f9e543bed3
commit
8a5daf211c
7 changed files with 58 additions and 13 deletions
|
|
@ -386,8 +386,7 @@ static void DoParse(int lumpnum)
|
|||
}
|
||||
else
|
||||
{
|
||||
state.ParseVersion.major = 2; // 2.3 is the first version of ZScript.
|
||||
state.ParseVersion.minor = 3;
|
||||
state.ParseVersion = MakeVersion(2, 3); // 2.3 is the first version of ZScript.
|
||||
sc.RestorePos(saved);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue