[Script] Make MAX_GENTITIES unsigned

This commit is contained in:
FutureRave
2021-10-16 13:51:57 +01:00
parent 4a40a89e70
commit eda10589a1

View File

@ -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;