(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:
parent
ac671d25e4
commit
58a0d40777
4 changed files with 3 additions and 10 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue