diff options
author | killerwife <killerwife@gmail.com> | 2021-04-24 14:58:16 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2022-01-04 20:44:25 +0100 |
commit | dbb7f65723fd4c46ae7f12801fa12ca2196fcb03 (patch) | |
tree | 4d5c38d937e44a2adc5a74d9008747e162ce9749 /src/common/Collision/Maps/MMapDefines.h | |
parent | 2467f799bb85c30daae0df83810336486f9ed1a5 (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>
(cherry picked from commit d5f1fefe7f6772b11e9fbb052bfd36be9bda98e2)
Diffstat (limited to 'src/common/Collision/Maps/MMapDefines.h')
-rw-r--r-- | src/common/Collision/Maps/MMapDefines.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/Collision/Maps/MMapDefines.h b/src/common/Collision/Maps/MMapDefines.h index cf0b347610d..4f73094e907 100644 --- a/src/common/Collision/Maps/MMapDefines.h +++ b/src/common/Collision/Maps/MMapDefines.h @@ -22,7 +22,7 @@ #include "DetourNavMesh.h" const uint32 MMAP_MAGIC = 0x4d4d4150; // 'MMAP' -#define MMAP_VERSION 14 +#define MMAP_VERSION 15 struct MmapTileHeader { |