retreat: Drop unused parameter @code
Unused since commit beedf8dce
"retreat: Rewrite automatic retreat code
to fix its many bugs", v4.3.33.
Signed-off-by: Markus Armbruster <armbru@pond.sub.org>
This commit is contained in:
parent
52e540d62a
commit
125b5df9af
8 changed files with 23 additions and 23 deletions
|
@ -31,7 +31,7 @@
|
|||
* Thomas Ruschak, 1992
|
||||
* Ken Stevens, 1995
|
||||
* Steve McClure, 2000
|
||||
* Markus Armbruster, 2004-2015
|
||||
* Markus Armbruster, 2004-2021
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
|
@ -191,7 +191,7 @@ torp(void)
|
|||
if (vship.shp_effic < SHIP_MINEFF)
|
||||
pr("%s sunk!\n", prsub(&vship));
|
||||
if (vship.shp_rflags & RET_TORPED)
|
||||
retreat_ship(&vship, vshipown, 't');
|
||||
retreat_ship(&vship, vshipown);
|
||||
putship(vship.shp_uid, &vship);
|
||||
} else {
|
||||
pr("Missed\n");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue