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