Core/GameObject: misc type mismatch

(cherry picked from commit 4baa7f443a)
This commit is contained in:
ariel-
2016-08-01 01:29:58 -03:00
parent a0ce33c209
commit 7c58e4cc08

View File

@@ -51,7 +51,7 @@ GameObject::GameObject() : WorldObject(false), MapObject(),
m_cooldownTime = 0;
m_goInfo = nullptr;
m_goData = nullptr;
m_packedRotation = 0.f;
m_packedRotation = 0;
m_spawnId = 0;