mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-11 14:42:05 +08:00
engine: add stub function for new undocumented function in clientdll api
This commit is contained in:
@@ -3903,6 +3903,10 @@ static cl_enginefunc_t gEngfuncs =
|
||||
pfnGetAppID,
|
||||
Cmd_AliasGetList,
|
||||
pfnVguiWrap2_GetMouseDelta,
|
||||
|
||||
// HACKHACK: added it here so it wouldn't cause overflow or segfault
|
||||
// TODO: itself client command filtering is not implemented yet
|
||||
pfnClientCmd
|
||||
};
|
||||
|
||||
void CL_UnloadProgs( void )
|
||||
|
||||
Reference in New Issue
Block a user