[Script] Make MAX_GENTITIES unsigned
This commit is contained in:
parent
4a40a89e70
commit
eda10589a1
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user