SVN maintenance.

This commit is contained in:
2011-09-09 22:02:12 +00:00
parent 5d4a5b47a0
commit a7f3e347b7
5 changed files with 5 additions and 5 deletions

View File

@@ -93,4 +93,4 @@ inline bool left(const float* a, const float* b, const float* c)
#ifdef __cplusplus #ifdef __cplusplus
} }
#endif #endif
#endif //NAVMESH_CONVERSION_H #endif //NAVMESH_CONVERSION_H

View File

@@ -441,4 +441,4 @@ int polyFindVertex(const unsigned short* p, const int vertsPerPoly, unsigned sho
} }
} }
return res; return res;
} }

View File

@@ -266,4 +266,4 @@ ModifierTypeInfo modifierType_NavMesh = {
/* foreachIDLink */ 0, /* foreachIDLink */ 0,
}; };
}; };

View File

@@ -705,4 +705,4 @@ KX_PYMETHODDEF_DOC_NOARGS(KX_NavMeshObject, rebuild,
Py_RETURN_NONE; Py_RETURN_NONE;
} }
#endif // DISABLE_PYTHON #endif // DISABLE_PYTHON

View File

@@ -866,4 +866,4 @@ KX_ObstacleSimulationTOI_cells::KX_ObstacleSimulationTOI_cells(MT_Scalar levelHe
m_curVelWeight = 0.75f; m_curVelWeight = 0.75f;
m_toiWeight = 2.5f; m_toiWeight = 2.5f;
m_collisionWeight = 0.75f; //side_weight m_collisionWeight = 0.75f; //side_weight
} }