diff --git a/src/Game/Functions.hpp b/src/Game/Functions.hpp index 984bf7c5..00318046 100644 --- a/src/Game/Functions.hpp +++ b/src/Game/Functions.hpp @@ -931,7 +931,7 @@ namespace Game extern int* demoRecording; extern int* serverMessageSequence; - constexpr auto MAX_GENTITIES = 2048; + constexpr auto MAX_GENTITIES = 2048u; extern gentity_t* g_entities; extern netadr_t* connectedHost;