Tidy up whitespace in macro replacement lists
This commit is contained in:
parent
25d29c8f8f
commit
b1a36aebf7
12 changed files with 64 additions and 64 deletions
|
@ -61,12 +61,12 @@ struct combat {
|
|||
};
|
||||
|
||||
/* Types of combat for use by attack routines */
|
||||
#define A_DEFEND 0
|
||||
#define A_DEFEND 0
|
||||
#define A_ATTACK 1
|
||||
#define A_ASSAULT 2
|
||||
#define A_PARA 3
|
||||
#define A_BOARD 4
|
||||
#define A_LBOARD 5
|
||||
#define A_LBOARD 5
|
||||
|
||||
/* src/lib/subs/attsub.c */
|
||||
extern double att_combat_eff(struct combat *);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue