Skip to content

Commit d82a2cd

Browse files
committed
DUWSR-100 Fix for mismatch in code.
1 parent 247123e commit d82a2cd

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

source/dialog/startup/startup_common.sqf

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -329,18 +329,9 @@ switch (_index) do {
329329
// MAX DIST FROM HQ
330330
_index = lbCurSel 2188;
331331
switch (_index) do {
332-
case index_max_dist_hq_20: {
333-
zones_max_dist_from_hq = 2000;
334-
};
335332
case index_max_dist_hq_25: {
336333
zones_max_dist_from_hq = 2500;
337334
};
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-
};
344335
case index_max_dist_hq_50: {
345336
zones_max_dist_from_hq = 5000;
346337
};

0 commit comments

Comments
 (0)