(natarg): Don't attempt to hide names of countries not yet contacted

with HIDDEN.

(natarg): Clearer error messages.
This commit is contained in:
Markus Armbruster 2006-01-06 17:00:18 +00:00
parent 8e5d576fff
commit 6a5d398c6d
2 changed files with 11 additions and 22 deletions

View file

@ -545,7 +545,7 @@ extern int msl_launch_mindam(struct emp_qelem *, coord, coord, int,
/* mtch.c */
extern int comtch(register s_char *, struct cmndstr *, int);
/* natarg.c */
extern int natarg(s_char *, s_char *);
extern int natarg(char *, char *);
/* neigh.c */
extern int neigh(coord, coord, natid);
/* nreport.c */