Detour/Recast/Demo: Removed GCC reorder warnings (enabled -Wreorder under xcode).

Recast: RecastTimer should compile with null implementation under Linux now.
This commit is contained in:
Mikko Mononen
2009-07-15 12:51:05 +00:00
parent cc1126daaa
commit 6fc3d5c58e
15 changed files with 1039 additions and 4131 deletions

View File

@@ -21,6 +21,11 @@
Sample_StatMesh::Sample_StatMesh() :
m_navMesh(0),
m_toolMode(TOOLMODE_PATHFIND),
m_startRef(0),
m_endRef(0),
m_npolys(0),
m_nstraightPath(0),
m_distanceToWall(0),
m_sposSet(false),
m_eposSet(false)
{