- fixed: APowerSpeed::Serialize needs to call the super method.

SVN r4150 (trunk)
This commit is contained in:
Christoph Oelckers 2013-02-19 08:10:33 +00:00
parent 2e7ef2e019
commit e50de1e5fc
1 changed files with 1 additions and 0 deletions

View File

@ -1164,6 +1164,7 @@ IMPLEMENT_CLASS (APowerSpeed)
void APowerSpeed::Serialize(FArchive &arc)
{
Super::Serialize (arc);
if (SaveVersion < 4146)
{
SpeedFlags = 0;