diff --git a/engine/client/cl_game.c b/engine/client/cl_game.c index 32455128..84febb0f 100644 --- a/engine/client/cl_game.c +++ b/engine/client/cl_game.c @@ -3796,7 +3796,7 @@ static IVoiceTweak gVoiceApi = }; // engine callbacks -static cl_enginefunc_t gEngfuncs = +static const cl_enginefunc_t gEngfuncs = { pfnSPR_Load, pfnSPR_Frames,