engine: client: make menu engfuncs const

This commit is contained in:
Alibek Omarov 2024-07-16 15:22:51 +03:00
parent 5af9511505
commit a81a0cb059

View file

@ -1114,7 +1114,7 @@ static void GAME_EXPORT pfnSetCursor( void *hCursor )
}
// engine callbacks
static ui_enginefuncs_t gEngfuncs =
static const ui_enginefuncs_t gEngfuncs =
{
pfnPIC_Load,
GL_FreeImage,