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:
authorKester Maddock <Christopher.Maddock.1@uni.massey.ac.nz>2004-05-16 16:52:54 +0400
committerKester Maddock <Christopher.Maddock.1@uni.massey.ac.nz>2004-05-16 16:52:54 +0400
commit3b63bbe90c289d139ae8bfddb8f09cf24c5869e4 (patch)
tree27cbb20b19d8a4830505474ade280475aba8a02f /source/gameengine/Ketsji/KX_GameObject.h
parent979e24265763ab8780a6807a890074296d276941 (diff)
Don't touch protected KX_GameObject members.
Protect KX_GameObject - Py_Header unprotects!
Diffstat (limited to 'source/gameengine/Ketsji/KX_GameObject.h')
-rw-r--r--source/gameengine/Ketsji/KX_GameObject.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/gameengine/Ketsji/KX_GameObject.h b/source/gameengine/Ketsji/KX_GameObject.h
index e503f57ae9f..41528bd9dd8 100644
--- a/source/gameengine/Ketsji/KX_GameObject.h
+++ b/source/gameengine/Ketsji/KX_GameObject.h
@@ -65,6 +65,7 @@ class SM_Object;
class KX_GameObject : public SCA_IObject
{
Py_Header;
+protected:
bool m_bDyna;
KX_ClientObjectInfo* m_pClient_info;
@@ -83,7 +84,6 @@ class KX_GameObject : public SCA_IObject
KX_IPhysicsController* m_pPhysicsController1;
SG_Node* m_pSGNode;
-protected:
MT_CmMatrix4x4 m_OpenGL_4x4Matrix;
public:
@@ -570,7 +570,7 @@ public:
virtual
PyObject*
_getattr(
- char *attr
+ const STR_String& attr
);
PyObject*