engine: add stub function for new undocumented function in clientdll api

This commit is contained in:
Alibek Omarov
2019-07-26 14:51:21 +03:00
parent a0514c242b
commit 938a9f372f
2 changed files with 7 additions and 0 deletions
+4
View File
@@ -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 )