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
1 changed files with 1 additions and 1 deletions

View File

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