(player_login, player_main): Move the C_INIT that terminates the login

phase to player_login().  No functional change.
(showvers): Trivial, used just once.  Inline, remove.
This commit is contained in:
Markus Armbruster 2005-06-13 09:45:32 +00:00
parent ac671d25e4
commit 58a0d40777
4 changed files with 3 additions and 10 deletions

View file

@ -609,7 +609,6 @@ extern void pr_hilite(s_char *buf);
extern void prredir(s_char *redir);
extern void prexec(s_char *file);
extern void prprompt(int min, int btu);
extern void showvers(int vers);
extern int prmptrd(char *prompt, char *str, int size);
extern int uprmptrd(char *prompt, char *str /* str is message text */,
int size);