Revert "engine: client: make client engfuncs const"

This reverts commit 14ae9b312d.
This commit is contained in:
Alibek Omarov 2024-07-21 02:53:28 +03:00
parent 836b4c358f
commit fa74acb5f0

View file

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