mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-05 03:24:56 +08:00
engine: replace pool pointer by pool handle
This commit is contained in:
committed by
Alibek Omarov #SupportRMS
parent
43f1137565
commit
9313f7e80e
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user