(player_coms): Declaration in com.h was misspelled. Remove redundant
declarations elsewhere.
This commit is contained in:
parent
f2b2c2f5e3
commit
6482ed03d1
3 changed files with 1 additions and 3 deletions
|
@ -46,6 +46,6 @@ struct cmndstr {
|
||||||
|
|
||||||
/* variables associated with this stuff */
|
/* variables associated with this stuff */
|
||||||
|
|
||||||
extern struct cmndstr coms[];
|
extern struct cmndstr player_coms[];
|
||||||
|
|
||||||
#endif /* _COM_H_ */
|
#endif /* _COM_H_ */
|
||||||
|
|
|
@ -49,7 +49,6 @@
|
||||||
int
|
int
|
||||||
dispatch(s_char *buf, s_char *redir)
|
dispatch(s_char *buf, s_char *redir)
|
||||||
{
|
{
|
||||||
extern struct cmndstr player_coms[];
|
|
||||||
struct natstr *np;
|
struct natstr *np;
|
||||||
struct cmndstr *command;
|
struct cmndstr *command;
|
||||||
int cmd;
|
int cmd;
|
||||||
|
|
|
@ -112,7 +112,6 @@ log_last_commands(void)
|
||||||
int
|
int
|
||||||
explain(void)
|
explain(void)
|
||||||
{
|
{
|
||||||
extern struct cmndstr player_coms[];
|
|
||||||
register s_char *format;
|
register s_char *format;
|
||||||
register int i;
|
register int i;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue