From 16e1e0d5164b5e074860256766399ee21ad264e9 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Tue, 21 Feb 2023 18:53:01 +0100 Subject: [PATCH] fixed cell boundaries key --- config.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.cpp b/config.cpp index 38cf5577..992c90bd 100644 --- a/config.cpp +++ b/config.cpp @@ -2850,7 +2850,7 @@ EX int config3 = addHook(hooks_configfile, 100, [] { "separate mirror images or different football types.", 'd'); param_f(global_boundary_ratio, "global_boundary_ratio") ->editable(0, 5, 0.1, "Width of cell boundaries", - "How wide should the cell boundaries be.", 'b'); + "How wide should the cell boundaries be.", '0'); addsaver(vid.gp_autoscale_heights, "3D Goldberg autoscaling", true); addsaver(scorefile, "savefile"); param_b(savefile_selection, "savefile_selection")