(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
|
@ -97,6 +97,6 @@ extern int att_fight(int, struct combat *, struct emp_qelem *, double,
|
|||
extern int att_free_lists(struct emp_qelem *, struct emp_qelem *);
|
||||
|
||||
|
||||
extern s_char *att_mode[];
|
||||
extern char *att_mode[A_LBOARD + 1];
|
||||
|
||||
#endif /* _COMBAT_H_ */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue