(ask_olist): Fix rev. 1.45. The bug makes it impossible to assault or
board with land units.
This commit is contained in:
parent
d723532add
commit
0ac31b3ece
1 changed files with 1 additions and 0 deletions
|
@ -1022,6 +1022,7 @@ ask_olist(int combat_mode, struct combat *off, struct combat *def,
|
||||||
mobcost = 0;
|
mobcost = 0;
|
||||||
if (!(lcp->l_flags & L_ASSAULT))
|
if (!(lcp->l_flags & L_ASSAULT))
|
||||||
continue;
|
continue;
|
||||||
|
break;
|
||||||
default:
|
default:
|
||||||
CANT_REACH();
|
CANT_REACH();
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue