From fa74acb5f008ed63d074b8396cbcaac87db14484 Mon Sep 17 00:00:00 2001 From: Alibek Omarov Date: Sun, 21 Jul 2024 02:53:28 +0300 Subject: [PATCH] Revert "engine: client: make client engfuncs const" This reverts commit 14ae9b312d30546b701fb29cdf91b81b4ee81260. --- engine/client/cl_game.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/client/cl_game.c b/engine/client/cl_game.c index 84febb0f..32455128 100644 --- a/engine/client/cl_game.c +++ b/engine/client/cl_game.c @@ -3796,7 +3796,7 @@ static IVoiceTweak gVoiceApi = }; // engine callbacks -static const cl_enginefunc_t gEngfuncs = +static cl_enginefunc_t gEngfuncs = { pfnSPR_Load, pfnSPR_Frames,