mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-11 23:32:02 +00:00
Merge branch 'master' of https://github.com/rheit/zdoom
This commit is contained in:
commit
df1364e2d7
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