engine: client: fix build with -Wincompatible-pointer-types-discards-qualifiers
This commit is contained in:
parent
b508a33f5d
commit
f558cde266
1 changed files with 1 additions and 1 deletions
|
@ -171,7 +171,7 @@ R_StoreEfrags
|
||||||
*/
|
*/
|
||||||
void R_StoreEfrags( efrag_t **ppefrag, int framecount )
|
void R_StoreEfrags( efrag_t **ppefrag, int framecount )
|
||||||
{
|
{
|
||||||
const efrag_t *pefrag;
|
efrag_t *pefrag;
|
||||||
cl_entity_t *pent;
|
cl_entity_t *pent;
|
||||||
model_t *clmodel;
|
model_t *clmodel;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue