engine: client: make client engfuncs const
This commit is contained in:
parent
2d3e5c2e0b
commit
14ae9b312d
1 changed files with 1 additions and 1 deletions
|
@ -3796,7 +3796,7 @@ static IVoiceTweak gVoiceApi =
|
|||
};
|
||||
|
||||
// engine callbacks
|
||||
static cl_enginefunc_t gEngfuncs =
|
||||
static const cl_enginefunc_t gEngfuncs =
|
||||
{
|
||||
pfnSPR_Load,
|
||||
pfnSPR_Frames,
|
||||
|
|
Loading…
Add table
Reference in a new issue