[server] Implement CLabelPool ctor/dtor

* Add CLabelPool::Delete() stub
This commit is contained in:
RD42
2023-12-01 20:45:27 +08:00
parent 1d1ad883d7
commit d37d214528
3 changed files with 41 additions and 1 deletions

View File

@ -11,6 +11,7 @@
#define MAX_MENUS 128
#define MAX_TEXT_DRAWS 2048
#define MAX_GANG_ZONES 1024
#define MAX_LABELS 1024
#define MAX_ACTORS 1000
#define DEFAULT_MAX_PLAYERS 50