2
0
mirror of https://github.com/FWGS/xash3d-fwgs synced 2024-11-29 21:50:08 +01:00

engine: client: make renderer engfuncs const

This commit is contained in:
Alibek Omarov 2024-07-16 15:18:28 +03:00
parent 17950fec3e
commit 2d3e5c2e0b

View File

@ -285,7 +285,7 @@ static qboolean R_Init_Video_( const int type )
return R_Init_Video( type ); return R_Init_Video( type );
} }
static ref_api_t gEngfuncs = static const ref_api_t gEngfuncs =
{ {
pfnEngineGetParm, pfnEngineGetParm,