Fixed merge conflicts.
This commit is contained in:
commit
a1c1de9edb
11 changed files with 59 additions and 8 deletions
|
|
@ -348,6 +348,10 @@ void AActor::Serialize (FArchive &arc)
|
|||
<< RipLevelMin
|
||||
<< RipLevelMax;
|
||||
}
|
||||
if (SaveVersion >= 4531)
|
||||
{
|
||||
arc << DefThreshold;
|
||||
}
|
||||
|
||||
{
|
||||
FString tagstr;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue