SVN maintenance.

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

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

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

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

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

@ -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
}
}