2
0
mirror of https://github.com/FWGS/xash3d-fwgs synced 2024-11-22 01:45:19 +01:00

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 )
{
const efrag_t *pefrag;
efrag_t *pefrag;
cl_entity_t *pent;
model_t *clmodel;