Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2012-10-09 07:14:38 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-10-09 07:14:38 +0400
commitb16ca24d98961e91775d2be90fb544e4f966bae5 (patch)
tree2c8b3205b07683dfcfb155aa99ea25cd9cd86460
parentacf3a2790e82f5b3e1eee768dd084af0eac60285 (diff)
code cleanup: quiet -Wreorder
-rw-r--r--source/gameengine/Ketsji/KX_GameObject.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/gameengine/Ketsji/KX_GameObject.cpp b/source/gameengine/Ketsji/KX_GameObject.cpp
index 80634c3d8fc..cfc7b81bde5 100644
--- a/source/gameengine/Ketsji/KX_GameObject.cpp
+++ b/source/gameengine/Ketsji/KX_GameObject.cpp
@@ -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