From 14ae9b312d30546b701fb29cdf91b81b4ee81260 Mon Sep 17 00:00:00 2001 From: Alibek Omarov Date: Tue, 16 Jul 2024 15:18:45 +0300 Subject: [PATCH] engine: client: make client engfuncs const --- 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 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,