engine: client: cl_game: fixed hudGetModelByIndex function in client API (fix #518)

This commit is contained in:
SNMetamorph 2022-06-15 02:35:23 +04:00 committed by a1batross
parent 2218126c75
commit fef0993f54
1 changed files with 1 additions and 1 deletions

View File

@ -3865,7 +3865,7 @@ static cl_enginefunc_t gEngfuncs =
(void*)Cmd_GetName,
pfnGetClientOldTime,
pfnGetGravity,
Mod_Handle,
CL_ModelHandle,
pfnEnableTexSort,
pfnSetLightmapColor,
pfnSetLightmapScale,