(att_mode, xyas, ownxy, prbuf): Get rid of s_char. Users changed.
(ATTRIBUTE): Don't disable use of gcc __attribute__ when s_char is signed char. All format strings are now char *.
This commit is contained in:
parent
24a07cd249
commit
686eadad37
5 changed files with 10 additions and 13 deletions
|
@ -87,7 +87,7 @@ static int take_def(int combat_mode, struct emp_qelem *list,
|
|||
static int get_land(int combat_mode, struct combat *def, int uid,
|
||||
struct llist *llp, int victim_land);
|
||||
|
||||
s_char *att_mode[] = {
|
||||
char *att_mode[] = {
|
||||
/* must match combat types in combat.h */
|
||||
"defend", "attack", "assault", "paradrop", "board", "lboard"
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue