(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

@ -72,7 +72,6 @@ player_main(struct player *p)
player = p;
time(&player->lasttime);
time(&player->curup);
showvers(CLIENTPROTO);
show_motd();
if (init_nats() < 0)
return;