Server: fix compile error

Belongs to commit c64f28be25d2adec24d921a5a2398325fa93abab.
This commit is contained in:
Kawe Mazidjatari 2024-09-04 00:58:22 +02:00
parent f5c0b428cb
commit 6e26b3c4be

View File

@ -17,7 +17,8 @@ enum NavMeshType_e
NAVMESH_EXTRA_LARGE,
// Not a NavMesh!
NAVMESH_COUNT
NAVMESH_COUNT,
NAVMESH_INVALID = -1,
};
inline const char* const g_navMeshNames[NAVMESH_COUNT] = {