- Went one up too high on the save count.
This commit is contained in:
parent
93ca8502dd
commit
753eae4b68
2 changed files with 2 additions and 2 deletions
|
|
@ -333,7 +333,7 @@ void AActor::Serialize (FArchive &arc)
|
|||
{
|
||||
arc << FriendPlayer;
|
||||
}
|
||||
if (SaveVersion >= 4518)
|
||||
if (SaveVersion >= 4517)
|
||||
{
|
||||
arc << TeleFogSourceType
|
||||
<< TeleFogDestType;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue