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