Updated for scripting branch merge.
This commit is contained in:
commit
35b7a5ccc1
11 changed files with 61 additions and 10 deletions
|
|
@ -433,6 +433,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