engine: client: fix build with -Wincompatible-pointer-types-discards-qualifiers

This commit is contained in:
Alibek Omarov 2024-08-08 04:31:51 +03:00
parent b508a33f5d
commit f558cde266

View file

@ -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;