Fixed typo.

This commit is contained in:
MajorCooke 2016-05-01 14:33:22 -05:00
parent 9ba547e6e3
commit 3ed9551054
1 changed files with 1 additions and 1 deletions

View File

@ -263,7 +263,7 @@ void AActor::Serialize(FArchive &arc)
<< Vel
<< tics
<< state;
if (SaveVersion >= 4545)
if (SaveVersion >= 4546)
{
arc << FlatAngle;
}