(player_coms): Declaration in com.h was misspelled. Remove redundant

declarations elsewhere.
This commit is contained in:
Markus Armbruster 2004-02-19 20:38:02 +00:00
parent f2b2c2f5e3
commit 6482ed03d1
3 changed files with 1 additions and 3 deletions

View file

@ -46,6 +46,6 @@ struct cmndstr {
/* variables associated with this stuff */
extern struct cmndstr coms[];
extern struct cmndstr player_coms[];
#endif /* _COM_H_ */