mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-10 23:01:50 +00:00
Fixed typo.
This commit is contained in:
parent
9ba547e6e3
commit
3ed9551054
1 changed files with 1 additions and 1 deletions
|
@ -263,7 +263,7 @@ void AActor::Serialize(FArchive &arc)
|
||||||
<< Vel
|
<< Vel
|
||||||
<< tics
|
<< tics
|
||||||
<< state;
|
<< state;
|
||||||
if (SaveVersion >= 4545)
|
if (SaveVersion >= 4546)
|
||||||
{
|
{
|
||||||
arc << FlatAngle;
|
arc << FlatAngle;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue