(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
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue