Skip to content

Commit

Permalink
engine: client: make menu engfuncs const
Browse files Browse the repository at this point in the history
  • Loading branch information
a1batross committed Jul 16, 2024
1 parent 5af9511 commit a81a0cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine/client/cl_gameui.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit a81a0cb

Please sign in to comment.