Fix for Issue 130.

This commit is contained in:
Mikko Mononen 2010-10-15 07:01:01 +00:00
parent 034fbbc67d
commit 030974fa55

View File

@ -34,7 +34,7 @@ typedef unsigned int dtTileRef;
static const int DT_VERTS_PER_POLYGON = 6;
static const int DT_NAVMESH_MAGIC = 'D'<<24 | 'N'<<16 | 'A'<<8 | 'V'; //'DNAV';
static const int DT_NAVMESH_VERSION = 4;
static const int DT_NAVMESH_VERSION = 5;
static const int DT_NAVMESH_STATE_MAGIC = 'D'<<24 | 'N'<<16 | 'M'<<8 | 'S'; //'DNMS';
static const int DT_NAVMESH_STATE_VERSION = 1;