engine: update Mod_PointInLeaf signature for RefAPI

This commit is contained in:
Alibek Omarov
2026-04-14 22:36:15 +05:00
parent bfdb62d31e
commit dd712a0df9
6 changed files with 6 additions and 11 deletions
+1 -1
View File
@@ -397,7 +397,7 @@ typedef struct ref_api_s
// brushes
int (*Mod_SampleSizeForFace)( const struct msurface_s *surf );
qboolean (*Mod_BoxVisible)( const vec3_t mins, const vec3_t maxs, const byte *visbits );
mleaf_t *(*Mod_PointInLeaf)( const vec3_t p, mnode_t *node );
mleaf_t *(*Mod_PointInLeaf)( const vec3_t p, mnode_t *node, struct model_s *mod );
void (*R_DrawWorldHull)( void );
void (*R_DrawModelHull)( model_t *mod );