(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

@ -297,12 +297,6 @@ prprompt(int min, int btu)
pr_id(player, C_PROMPT, "%d %d\n", min, btu);
}
void
showvers(int vers)
{
pr_id(player, C_INIT, "%d\n", vers);
}
int
prmptrd(char *prompt, char *str, int size)
{