mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2025-02-02 14:01:26 +00:00
Mod_PointInLeaf: make declaration match its definition.
This commit is contained in:
parent
b0767dbc90
commit
1baf872843
1 changed files with 1 additions and 1 deletions
|
@ -511,7 +511,7 @@ qmodel_t *Mod_ForName (const char *name, qboolean crash);
|
|||
void *Mod_Extradata (qmodel_t *mod); // handles caching
|
||||
void Mod_TouchModel (const char *name);
|
||||
|
||||
mleaf_t *Mod_PointInLeaf (float *p, qmodel_t *model);
|
||||
mleaf_t *Mod_PointInLeaf (vec3_t p, qmodel_t *model);
|
||||
byte *Mod_LeafPVS (mleaf_t *leaf, qmodel_t *model);
|
||||
byte *Mod_NoVisPVS (qmodel_t *model);
|
||||
|
||||
|
|
Loading…
Reference in a new issue