- Went one up too high on the save count.

This commit is contained in:
MajorCooke 2014-12-17 21:51:47 -06:00
parent 93ca8502dd
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;

View File

@ -76,7 +76,7 @@ const char *GetVersionString();
// Use 4500 as the base git save version, since it's higher than the
// SVN revision ever got.
#define SAVEVER 4518
#define SAVEVER 4517
#define SAVEVERSTRINGIFY2(x) #x
#define SAVEVERSTRINGIFY(x) SAVEVERSTRINGIFY2(x)