[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [51201] trunk/blender/source/gameengine/ Ketsji/KX_GameObject.cpp: code cleanup: quiet -Wreorder

Campbell Barton ideasman42 at gmail.com
Tue Oct 9 05:14:46 CEST 2012


Revision: 51201
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=51201
Author:   campbellbarton
Date:     2012-10-09 03:14:38 +0000 (Tue, 09 Oct 2012)
Log Message:
-----------
code cleanup: quiet -Wreorder

Modified Paths:
--------------
    trunk/blender/source/gameengine/Ketsji/KX_GameObject.cpp

Modified: trunk/blender/source/gameengine/Ketsji/KX_GameObject.cpp
===================================================================
--- trunk/blender/source/gameengine/Ketsji/KX_GameObject.cpp	2012-10-09 01:42:41 UTC (rev 51200)
+++ trunk/blender/source/gameengine/Ketsji/KX_GameObject.cpp	2012-10-09 03:14:38 UTC (rev 51201)
@@ -109,10 +109,10 @@
       m_xray(false),
       m_pHitObject(NULL),
       m_pObstacleSimulation(NULL),
+      m_pInstanceObjects(NULL),
+      m_pDupliGroupObject(NULL),
       m_actionManager(NULL),
-      m_isDeformable(false),
-      m_pDupliGroupObject(NULL),
-      m_pInstanceObjects(NULL)
+      m_isDeformable(false)
 #ifdef WITH_PYTHON
     , m_attr_dict(NULL)
 #endif




More information about the Bf-blender-cvs mailing list