Browse Source

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

pull/2/head
SNMetamorph 3 years ago committed by a1batross
parent
commit
fef0993f54
  1. 2
      engine/client/cl_game.c

2
engine/client/cl_game.c

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

Loading…
Cancel
Save