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:
parent
1dba1fccee
commit
d2cd46ce20
3 changed files with 30 additions and 45 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue