engine: replace pool pointer by pool handle

This commit is contained in:
Alibek Omarov
2021-06-01 19:28:52 +03:00
committed by Alibek Omarov #SupportRMS
parent 43f1137565
commit 9313f7e80e
22 changed files with 96 additions and 65 deletions

View File

@@ -345,8 +345,8 @@ typedef struct
NEW_DLL_FUNCTIONS dllFuncs2; // new dll exported funcs (may be NULL)
physics_interface_t physFuncs; // physics interface functions (Xash3D extension)
byte *mempool; // server premamnent pool: edicts etc
byte *stringspool; // for engine strings
poolhandle_t mempool; // server premamnent pool: edicts etc
poolhandle_t stringspool; // for engine strings
} svgame_static_t;
typedef struct