Serialize FriendPlayer

This commit is contained in:
Edward Richardson 2014-07-13 14:32:43 +12:00
commit e1130b860e
2 changed files with 5 additions and 1 deletions

View file

@ -314,6 +314,10 @@ void AActor::Serialize (FArchive &arc)
arc << PoisonDamageType << PoisonDamageTypeReceived;
}
arc << ConversationRoot << Conversation;
if (SaveVersion >= 4509)
{
arc << FriendPlayer;
}
{
FString tagstr;