mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-05 03:24:56 +08:00
Revert "engine: client: make client engfuncs const"
This reverts commit 14ae9b312d.
This commit is contained in:
@@ -3796,7 +3796,7 @@ static IVoiceTweak gVoiceApi =
|
||||
};
|
||||
|
||||
// engine callbacks
|
||||
static const cl_enginefunc_t gEngfuncs =
|
||||
static cl_enginefunc_t gEngfuncs =
|
||||
{
|
||||
pfnSPR_Load,
|
||||
pfnSPR_Frames,
|
||||
|
||||
Reference in New Issue
Block a user