- Oops. Removed this accidentally before previous commit.

SVN r1701 (trunk)
This commit is contained in:
Randy Heit 2009-07-01 02:01:14 +00:00
parent fe19767ac2
commit 4a4dadfec6

View file

@ -62,6 +62,10 @@ void AWeapon::Serialize (FArchive &arc)
if (SaveVersion >= 1688)
{
arc << FOVScale;
if (SaveVersion >= 1700)
{
arc << Crosshair;
}
}
}