diff options
author | jackpoz <giacomopoz@gmail.com> | 2017-11-18 15:35:44 +0100 |
---|---|---|
committer | funjoker <funjoker109@gmail.com> | 2021-02-15 19:13:25 +0100 |
commit | 159aa97d727793fc075928ce3222bf720d19212b (patch) | |
tree | 632e6f24cb95fef4afde8ac4e12f4e60f6a731e7 /src | |
parent | 94a8be619e8b4a6011130e6ba548a2b408906a19 (diff) |
Dep/Recast: Update recastnavigation to https://github.com/recastnavigation/recastnavigation/commit/2c85309280dbc9c82029e7ab16dfb01b9235c74e
(cherry picked from commit 7ef22e43057080926685eb45f0fce3f2f3d58c61)
Diffstat (limited to 'src')
-rw-r--r-- | src/common/Collision/Maps/MapDefines.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/Collision/Maps/MapDefines.h b/src/common/Collision/Maps/MapDefines.h index 50f7e93e4c3..d433b381cc8 100644 --- a/src/common/Collision/Maps/MapDefines.h +++ b/src/common/Collision/Maps/MapDefines.h @@ -22,7 +22,7 @@ #include "DetourNavMesh.h" const uint32 MMAP_MAGIC = 0x4d4d4150; // 'MMAP' -#define MMAP_VERSION 9 +#define MMAP_VERSION 10 struct MmapTileHeader { |