From 4a4dadfec663405374fb54ed1abf8c3c33027c7e Mon Sep 17 00:00:00 2001 From: Randy Heit Date: Wed, 1 Jul 2009 02:01:14 +0000 Subject: [PATCH] - Oops. Removed this accidentally before previous commit. SVN r1701 (trunk) --- src/g_shared/a_weapons.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/g_shared/a_weapons.cpp b/src/g_shared/a_weapons.cpp index c91583ce4..152a4a110 100644 --- a/src/g_shared/a_weapons.cpp +++ b/src/g_shared/a_weapons.cpp @@ -62,6 +62,10 @@ void AWeapon::Serialize (FArchive &arc) if (SaveVersion >= 1688) { arc << FOVScale; + if (SaveVersion >= 1700) + { + arc << Crosshair; + } } }