mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Server: fix compile error
Belongs to commit c64f28be25d2adec24d921a5a2398325fa93abab.
This commit is contained in:
parent
f5c0b428cb
commit
6e26b3c4be
@ -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] = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user