mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-10 23:02:08 +00:00
- typo for savegame versioning of AActor::weaponspecial: it was introduced in savegame version 4512, not 4511.
This commit is contained in:
parent
4be9a71636
commit
864adde92e
1 changed files with 1 additions and 1 deletions
|
@ -206,7 +206,7 @@ void AActor::Serialize (FArchive &arc)
|
|||
{
|
||||
arc << flags7;
|
||||
}
|
||||
if (SaveVersion >= 4511)
|
||||
if (SaveVersion >= 4512)
|
||||
{
|
||||
arc << weaponspecial;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue