engine: server: static-ize sv_pmove functions

This commit is contained in:
Alibek Omarov
2023-06-19 07:38:18 +03:00
parent 57499dea33
commit 8350d81c18
4 changed files with 20 additions and 21 deletions

View File

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