Skip to content

Commit 15d7c9b

Browse files
committed
Merge pull request #101 from fritogotlayed/DUWSR-100
DUWSR-100 Fix for mismatch in code.
2 parents 247123e + d82a2cd commit 15d7c9b

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)