Don't log out deity when gamedown() can't read downfil

Broken in commit c7e2442d.  Fix by factoring show_first_tel() out of
gamedown() and show_motd().
This commit is contained in:
Markus Armbruster 2009-02-07 19:51:22 +01:00
parent 1dba1fccee
commit d2cd46ce20
3 changed files with 30 additions and 45 deletions

View file

@ -382,6 +382,7 @@ extern int natbyname(char *, natid *);
extern int natpass(int, char *);
/* player.c */
extern struct player *player; /* current player's context */
extern int show_first_tel(char *);
extern char *praddr(struct player *);
extern void player_main(struct player *);
/* more under Commands */