Fixed merge conflicts.

This commit is contained in:
MajorCooke 2016-02-02 18:26:20 -06:00
commit a1c1de9edb
11 changed files with 59 additions and 8 deletions

View file

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