mirror of
https://github.com/ZDoom/qzdoom-gpl.git
synced 2024-11-15 16:51:31 +00:00
- Oops. Removed this accidentally before previous commit.
SVN r1701 (trunk)
This commit is contained in:
parent
fe19767ac2
commit
4a4dadfec6
1 changed files with 4 additions and 0 deletions
|
@ -62,6 +62,10 @@ void AWeapon::Serialize (FArchive &arc)
|
|||
if (SaveVersion >= 1688)
|
||||
{
|
||||
arc << FOVScale;
|
||||
if (SaveVersion >= 1700)
|
||||
{
|
||||
arc << Crosshair;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue