engine: fix discarded const pointer qualifier in PM_HullPointContents

This commit is contained in:
Alibek Omarov
2023-01-14 10:37:40 +03:00
parent 2705e77a4e
commit 6ac3156a82
4 changed files with 4 additions and 4 deletions

View File

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