engine: client: make client engfuncs const

This commit is contained in:
Alibek Omarov 2024-07-16 15:18:45 +03:00
parent 2d3e5c2e0b
commit 14ae9b312d

View file

@ -3796,7 +3796,7 @@ static IVoiceTweak gVoiceApi =
}; };
// engine callbacks // engine callbacks
static cl_enginefunc_t gEngfuncs = static const cl_enginefunc_t gEngfuncs =
{ {
pfnSPR_Load, pfnSPR_Load,
pfnSPR_Frames, pfnSPR_Frames,