From f0d08611608ce06b999b37dcea8e5d4cee4c241e Mon Sep 17 00:00:00 2001 From: Alibek Omarov Date: Fri, 16 Nov 2018 15:34:27 +0300 Subject: [PATCH] PhysicAPI: fix callback list initialization --- engine/server/sv_phys.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/server/sv_phys.c b/engine/server/sv_phys.c index 34ec51f7..efd74a2c 100644 --- a/engine/server/sv_phys.c +++ b/engine/server/sv_phys.c @@ -2033,7 +2033,7 @@ static server_physics_api_t gPhysicsAPI = pfnPointContents, SV_MoveNormal, SV_MoveNoEnts, - SV_BoxInPVS, + (void*)SV_BoxInPVS, pfnWriteBytes, Mod_CheckLump, Mod_ReadLump,