From 2fb82920059257fd7ac8e33bfe53de13e7ed53bd Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sun, 16 Sep 2012 04:58:18 +0000 Subject: style cleanup --- source/gameengine/Ketsji/KX_KetsjiEngine.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'source/gameengine/Ketsji/KX_KetsjiEngine.h') diff --git a/source/gameengine/Ketsji/KX_KetsjiEngine.h b/source/gameengine/Ketsji/KX_KetsjiEngine.h index b3bef016b0f..e05ba652bbe 100644 --- a/source/gameengine/Ketsji/KX_KetsjiEngine.h +++ b/source/gameengine/Ketsji/KX_KetsjiEngine.h @@ -98,7 +98,7 @@ private: /* The current list of scenes. */ KX_SceneList m_scenes; /* State variable recording the presence of object debug info in the current scene list. */ - bool m_propertiesPresent; + bool m_propertiesPresent; bool m_bInitialized; int m_activecam; @@ -136,7 +136,7 @@ private: int m_drawingmode; float m_cameraZoom; - bool m_overrideCam; + bool m_overrideCam; STR_String m_overrideSceneName; bool m_overrideCamUseOrtho; @@ -220,7 +220,7 @@ public: void SetRenderTools(RAS_IRenderTools* rendertools); void SetRasterizer(RAS_IRasterizer* rasterizer); #ifdef WITH_PYTHON - void SetPyNamespace(PyObject* pythondictionary); + void SetPyNamespace(PyObject *pythondictionary); PyObject* GetPyNamespace() { return m_pythondictionary; } #endif void SetSceneConverter(KX_ISceneConverter* sceneconverter); @@ -415,7 +415,7 @@ public: KX_Scene* CreateScene(const STR_String& scenename); KX_Scene* CreateScene(Scene *scene); - GlobalSettings* GetGlobalSettings(void); + GlobalSettings* GetGlobalSettings(void); void SetGlobalSettings(GlobalSettings* gs); protected: -- cgit v1.2.3