Merge branch 'ChaseThresholdScript' of https://github.com/MajorCooke/zdoom
# Conflicts: # src/version.h
This commit is contained in:
commit
43b4d452db
12 changed files with 61 additions and 10 deletions
|
|
@ -433,6 +433,10 @@ void AActor::Serialize (FArchive &arc)
|
|||
<< RipLevelMin
|
||||
<< RipLevelMax;
|
||||
}
|
||||
if (SaveVersion >= 4533)
|
||||
{
|
||||
arc << DefThreshold;
|
||||
}
|
||||
|
||||
{
|
||||
FString tagstr;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue