| 40 | bool usesLiquids : 1; |
| 41 | |
| 42 | MmapTileHeader() : mmapMagic(MMAP_MAGIC), dtVersion(DT_NAVMESH_VERSION), |
| 43 | mmapVersion(MMAP_VERSION), size(0), usesLiquids(false) {}//usesLiquids(true) {} //Remove liquid in paths (not 100% with current maps) |
| 44 | }; |
| 45 | |
| 46 | enum NavTerrain |
nothing calls this directly
no outgoing calls
no test coverage detected