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,