- made AActor::__pos a genuine float vatiable.

This commit is contained in:
Christoph Oelckers 2016-03-25 15:43:20 +01:00
commit 8cdfbeea01
4 changed files with 36 additions and 42 deletions

View file

@ -235,9 +235,7 @@ void AActor::Serialize(FArchive &arc)
sprite = arc.ReadSprite();
}
arc << __pos.x
<< __pos.y
<< __pos.z
arc << __Pos
<< Angles.Yaw
<< Angles.Pitch
<< Angles.Roll