- Went one up too high on the save count.

This commit is contained in:
MajorCooke 2014-12-17 21:51:47 -06:00
commit 753eae4b68
2 changed files with 2 additions and 2 deletions

View file

@ -333,7 +333,7 @@ void AActor::Serialize (FArchive &arc)
{
arc << FriendPlayer;
}
if (SaveVersion >= 4518)
if (SaveVersion >= 4517)
{
arc << TeleFogSourceType
<< TeleFogDestType;