Core/GameObject: misc type mismatch

This commit is contained in:
ariel-
2016-07-30 19:15:02 -03:00
parent 62bfee37cb
commit 4baa7f443a

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;