(ask_olist): Fix rev. 1.45. The bug makes it impossible to assault or

board with land units.
This commit is contained in:
Markus Armbruster 2006-05-26 17:53:53 +00:00
parent d723532add
commit 0ac31b3ece

View file

@ -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;