diff --git a/iw4x/iw4x_00/localizedstrings/iw4x_english.str b/iw4x/iw4x_00/localizedstrings/iw4x_english.str index 83068c0..c427e56 100644 --- a/iw4x/iw4x_00/localizedstrings/iw4x_english.str +++ b/iw4x/iw4x_00/localizedstrings/iw4x_english.str @@ -539,7 +539,7 @@ REFERENCE MENU_NEWCOLORS LANG_ENGLISH "Use new color codes" REFERENCE MENU_COLORBLIND_MODE -LANG_ENGLISH "Use colorblind-friendly team colors" +LANG_ENGLISH "Colorblind mode" REFERENCE MENU_CHANGELOG LANG_ENGLISH "Changelog" diff --git a/iw4x/iw4x_00/ui_mp/pc_options_game.menu b/iw4x/iw4x_00/ui_mp/pc_options_game.menu index 53e65c1..51139ba 100644 --- a/iw4x/iw4x_00/ui_mp/pc_options_game.menu +++ b/iw4x/iw4x_00/ui_mp/pc_options_game.menu @@ -76,11 +76,11 @@ menuDef PC_OPTIONS_SECTION_TITLE(MENU_TITLE) PC_OPTIONS_DVARYESNO(0, "@MENU_SHOW_BLOOD", "cg_blood", ;, when(0)) - PC_OPTIONS_DVARYESNO(0, "@MENU_COLORBLIND_MODE", "r_colorBlindTeams", ;, when(0)) PC_OPTIONS_DVARYESNO_RAW(1, "@MENU_NEWCOLORS", "cg_newColors", ;, "@MPUI_DESC_NEWCOLORS", when(0), 1) PC_OPTIONS_SEPERATOR(1) PC_OPTIONS_DVARYESNO_RAW(2, "@MENU_AUTORECORD", "cl_autoRecord", ;, "@MPUI_DESC_AUTORECORD", when(0), 1) PC_OPTIONS_EDITFIELD_RAW(3, "@MENU_DEMOS_KEEP", "cl_demosKeep", 3, "@MPUI_DESC_DEMOS_KEEP", 1) + PC_OPTIONS_DVARYESNO(4, "@MENU_COLORBLIND_MODE", "r_colorBlindTeams", ;, when(0)) } diff --git a/zone/patch/iw4x_ui_mp.ff b/zone/patch/iw4x_ui_mp.ff index c2fb8aa..1636f65 100644 Binary files a/zone/patch/iw4x_ui_mp.ff and b/zone/patch/iw4x_ui_mp.ff differ