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
|
@ -28,7 +28,7 @@
|
|||
*
|
||||
* Known contributors to this file:
|
||||
* Ken Stevens, 1995
|
||||
* Markus Armbruster, 2014-2015
|
||||
* Markus Armbruster, 2014-2021
|
||||
*/
|
||||
|
||||
#ifndef RETREAT_H
|
||||
|
@ -49,7 +49,7 @@
|
|||
#define RET_DCHRGED 64 /* Retreat when depth-charged */
|
||||
#define RET_BOARDED 128 /* Retreat when unsuccessfully boarded */
|
||||
|
||||
extern void retreat_ship(struct shpstr *, natid, char);
|
||||
extern void retreat_land(struct lndstr *, natid, char);
|
||||
extern void retreat_ship(struct shpstr *, natid);
|
||||
extern void retreat_land(struct lndstr *, natid);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue