diff options
author | killerwife <killerwife@gmail.com> | 2021-04-24 14:58:16 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-24 14:58:16 +0200 |
commit | d5f1fefe7f6772b11e9fbb052bfd36be9bda98e2 (patch) | |
tree | 18922f180e9d5fbee0e5a498a43ee3daadb41304 /src/common/Collision/Maps/MapDefines.h | |
parent | 8db2ef9cdd415ed0d4897ec4d664ddba358cbaa1 (diff) |
Vmap: Introduce skipping of antiportals and unreachable mogp (#26331)
* Vmap: Introduce skipping of antiportals and unreachable mogp
* Reduce differences with master branch
* Update VMAP and MMAP versions
* Update MMAPs version
Co-authored-by: jackpoz <giacomopoz@gmail.com>
Diffstat (limited to 'src/common/Collision/Maps/MapDefines.h')
-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 bf35595af1d..6e7aa4410e5 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 14 +#define MMAP_VERSION 15 struct MmapTileHeader { |