bridgefall: Clean up literal 20 to SCT_MINEFF
Messed up in commit 4824648
.
Signed-off-by: Markus Armbruster <armbru@pond.sub.org>
This commit is contained in:
parent
bb3618929a
commit
0d99ced788
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ bridge_support_at(struct sctstr *sp, int ignore_dir)
|
|||
if (opt_EASY_BRIDGES
|
||||
&& sect.sct_type != SCT_WATER && sect.sct_type != SCT_BSPAN)
|
||||
return 1;
|
||||
if (sect.sct_effic < 20)
|
||||
if (sect.sct_effic < SCT_MINEFF)
|
||||
continue;
|
||||
if (sect.sct_type == SCT_BHEAD && sect.sct_newtype == SCT_BHEAD)
|
||||
return 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue