We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 247123e commit d82a2cdCopy full SHA for d82a2cd
source/dialog/startup/startup_common.sqf
@@ -329,18 +329,9 @@ switch (_index) do {
329
// MAX DIST FROM HQ
330
_index = lbCurSel 2188;
331
switch (_index) do {
332
- case index_max_dist_hq_20: {
333
- zones_max_dist_from_hq = 2000;
334
- };
335
case index_max_dist_hq_25: {
336
zones_max_dist_from_hq = 2500;
337
};
338
- case index_max_dist_hq_30: {
339
- zones_max_dist_from_hq = 3000;
340
341
- case index_max_dist_hq_40: {
342
- zones_max_dist_from_hq = 4000;
343
344
case index_max_dist_hq_50: {
345
zones_max_dist_from_hq = 5000;
346
0 commit comments