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:
authorGuillermo S. Romero <gsr.b3d@infernal-iceberg.com>2011-09-10 02:02:12 +0400
committerGuillermo S. Romero <gsr.b3d@infernal-iceberg.com>2011-09-10 02:02:12 +0400
commita7f3e347b7799b73d19adeee0057fce783ca2f32 (patch)
tree3116d397bac01815771f192b13d642176aa1dc8b /source/gameengine
parent5d4a5b47a0a39b550e58bda9c4fbb0073e8abf3c (diff)
SVN maintenance.
Diffstat (limited to 'source/gameengine')
-rw-r--r--source/gameengine/Ketsji/KX_NavMeshObject.cpp2
-rw-r--r--source/gameengine/Ketsji/KX_ObstacleSimulation.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/source/gameengine/Ketsji/KX_NavMeshObject.cpp b/source/gameengine/Ketsji/KX_NavMeshObject.cpp
index 499cbae85e9..a474ee984c5 100644
--- a/source/gameengine/Ketsji/KX_NavMeshObject.cpp
+++ b/source/gameengine/Ketsji/KX_NavMeshObject.cpp
@@ -705,4 +705,4 @@ KX_PYMETHODDEF_DOC_NOARGS(KX_NavMeshObject, rebuild,
Py_RETURN_NONE;
}
-#endif // DISABLE_PYTHON \ No newline at end of file
+#endif // DISABLE_PYTHON
diff --git a/source/gameengine/Ketsji/KX_ObstacleSimulation.cpp b/source/gameengine/Ketsji/KX_ObstacleSimulation.cpp
index 9bca98d7fde..5f78d9a3722 100644
--- a/source/gameengine/Ketsji/KX_ObstacleSimulation.cpp
+++ b/source/gameengine/Ketsji/KX_ObstacleSimulation.cpp
@@ -866,4 +866,4 @@ KX_ObstacleSimulationTOI_cells::KX_ObstacleSimulationTOI_cells(MT_Scalar levelHe
m_curVelWeight = 0.75f;
m_toiWeight = 2.5f;
m_collisionWeight = 0.75f; //side_weight
-} \ No newline at end of file
+}