Skip to content

Commit

Permalink
Remove GAME_AI entry in msg_hash_us.c
Browse files Browse the repository at this point in the history
  • Loading branch information
MatPoliquin authored Jan 14, 2025
1 parent 6841795 commit 9e1ca05
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions intl/msg_hash_us.c
Original file line number Diff line number Diff line change
Expand Up @@ -503,12 +503,6 @@ int msg_hash_get_help_us_enum(enum msg_hash_enums msg, char *s, size_t len)
case MENU_ENUM_LABEL_INPUT_ALLOW_TURBO_DPAD:
strlcpy(s, msg_hash_to_str(MENU_ENUM_LABEL_INPUT_ALLOW_TURBO_DPAD), len);
break;
#ifdef HAVE_GAME_AI
case MENU_ENUM_LABEL_GAME_AI_MENU_OPTION:
strlcpy(s, msg_hash_to_str(MENU_ENUM_LABEL_GAMEMODE_ENABLE), len);
break;
#endif

default:
if (string_is_empty(s))
strlcpy(s, msg_hash_to_str(MENU_ENUM_LABEL_VALUE_NO_INFORMATION_AVAILABLE), len);
Expand Down

0 comments on commit 9e1ca05

Please sign in to comment.