From 66bfdf1b06acc01eb47afa65deed0202a8ecfdaf Mon Sep 17 00:00:00 2001 From: Edo Date: Sun, 24 Dec 2023 12:04:02 +0100 Subject: [PATCH] Update pc_options_multi.menu --- iw4x/iw4x_00/ui_mp/pc_options_multi.menu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iw4x/iw4x_00/ui_mp/pc_options_multi.menu b/iw4x/iw4x_00/ui_mp/pc_options_multi.menu index 627c8d2..8925c15 100644 --- a/iw4x/iw4x_00/ui_mp/pc_options_multi.menu +++ b/iw4x/iw4x_00/ui_mp/pc_options_multi.menu @@ -90,7 +90,7 @@ PC_OPTIONS_SEPERATOR(2) PC_OPTIONS_DVARYESNO(3, "@MENU_LAGOMETER", "drawLagometer", ;, when(0)) - PC_OPTIONS_STRLIST_RAW(4, "@MENU_DRAWFPS", "cg_drawFPS", {"Off"; "Off"; "Simple"; "Simple"; "SimpleRanges"; "SimpleRanges"; "Verbose"; "Verbose"; "Verbose+Viewpos"; "Verbose+Viewpos"}, ;, "@MENU_DRAWFPS_DESC", when(0), 1) + PC_OPTIONS_STRLIST_RAW(4, "@MENU_DRAWFPS", "cg_drawFPS", {"Off"; "Off"; "Simple"; "Simple"; "SimpleRanges"; "SimpleRanges"; "Verbose"; "Verbose"; "Verbose+Viewpos"; "Verbose+Viewpos"}, ;, "@MENU_DESC_DRAWFPS", when(0), 1) PC_OPTIONS_DVARYESNO(5, "@MENU_FPSLABELS", "cg_drawFPSLabels", "@MENU_DESC_FPSLABELS", when(0)) PC_OPTIONS_SEPERATOR(5)