mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-10 23:01:50 +00:00
- fixed: APowerSpeed::Serialize needs to call the super method.
SVN r4150 (trunk)
This commit is contained in:
parent
2e7ef2e019
commit
e50de1e5fc
1 changed files with 1 additions and 0 deletions
|
@ -1164,6 +1164,7 @@ IMPLEMENT_CLASS (APowerSpeed)
|
||||||
|
|
||||||
void APowerSpeed::Serialize(FArchive &arc)
|
void APowerSpeed::Serialize(FArchive &arc)
|
||||||
{
|
{
|
||||||
|
Super::Serialize (arc);
|
||||||
if (SaveVersion < 4146)
|
if (SaveVersion < 4146)
|
||||||
{
|
{
|
||||||
SpeedFlags = 0;
|
SpeedFlags = 0;
|
||||||
|
|
Loading…
Reference in a new issue