Fixed typo.

This commit is contained in:
MajorCooke 2016-05-01 14:33:22 -05:00
parent 9ba547e6e3
commit 3ed9551054

View file

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