engine: menu_int: fix a typo

This commit is contained in:
Alibek Omarov
2026-04-08 11:19:13 +05:00
parent 1c73d8d6f4
commit b8bd906832

View File

@@ -222,7 +222,7 @@ typedef struct ui_extendedfuncs_s {
// new mods info
gameinfo2_t *(*pfnGetGameInfo)( int gi_version ); // might return NULL if gi_version is unsupported
gameinfo2_t *(*pfnGetModInfo)( int gi_version, int mod_index ); // continiously call it until it returns null
gameinfo2_t *(*pfnGetModInfo)( int gi_version, int mod_index ); // continuously call it until it returns null
// returns 1 if cvar has read-only flag
// or -1 if cvar not found