mirror of
https://github.com/ZDoom/qzdoom.git
synced 2025-02-07 16:31:07 +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;
|
arc << flags7;
|
||||||
}
|
}
|
||||||
if (SaveVersion >= 4511)
|
if (SaveVersion >= 4512)
|
||||||
{
|
{
|
||||||
arc << weaponspecial;
|
arc << weaponspecial;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue