engine: remove useless pfnHullPointContents wrapper

This commit is contained in:
Alibek Omarov
2023-01-06 00:38:05 +03:00
parent 787d3bc5dd
commit 2479d28cd5
4 changed files with 4 additions and 14 deletions

View File

@@ -138,7 +138,7 @@ PM_HullPointContents
==================
*/
int PM_HullPointContents( hull_t *hull, int num, const vec3_t p )
int PM_HullPointContents( hull_t *hull, int num, vec3_t p )
{
mplane_t *plane;