Merge branch 'ChaseThresholdScript' of https://github.com/MajorCooke/zdoom

# Conflicts:
#	src/version.h
This commit is contained in:
Christoph Oelckers 2016-02-08 13:06:08 +01:00
commit 43b4d452db
12 changed files with 61 additions and 10 deletions

View file

@ -433,6 +433,10 @@ void AActor::Serialize (FArchive &arc)
<< RipLevelMin
<< RipLevelMax;
}
if (SaveVersion >= 4533)
{
arc << DefThreshold;
}
{
FString tagstr;