code cleanup: quiet -Wreorder

This commit is contained in:
Campbell Barton 2012-10-09 03:14:38 +00:00
parent acf3a2790e
commit b16ca24d98

@ -109,10 +109,10 @@ KX_GameObject::KX_GameObject(
m_xray(false),
m_pHitObject(NULL),
m_pObstacleSimulation(NULL),
m_actionManager(NULL),
m_isDeformable(false),
m_pInstanceObjects(NULL),
m_pDupliGroupObject(NULL),
m_pInstanceObjects(NULL)
m_actionManager(NULL),
m_isDeformable(false)
#ifdef WITH_PYTHON
, m_attr_dict(NULL)
#endif