engine: client: make renderer engfuncs const
This commit is contained in:
parent
17950fec3e
commit
2d3e5c2e0b
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue