relations: New enum relations
Signed-off-by: Markus Armbruster <armbru@pond.sub.org>
This commit is contained in:
parent
f88365e762
commit
0b05f11d28
9 changed files with 32 additions and 25 deletions
|
@ -179,7 +179,8 @@ int
|
|||
unit_interdict(coord x, coord y, natid victim, char *s, int hardtarget,
|
||||
int mission)
|
||||
{
|
||||
int cn, rel, newdam, osubs;
|
||||
int cn, newdam, osubs;
|
||||
enum relations rel;
|
||||
int dam = -1;
|
||||
unsigned char plane_act[MAXNOC], other_act[MAXNOC];
|
||||
struct genlist mi[MAXNOC];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue