Doc & formatting fixes.

This commit is contained in:
Markus Armbruster 2005-05-30 15:03:24 +00:00
parent 18ee9a2f35
commit 1ec5767d5f
5 changed files with 3 additions and 6 deletions

View file

@ -79,7 +79,6 @@ player_init(void)
emp_initque(&Players);
init_player_commands();
sp = getservbyname("empire", "tcp");
if (sp == 0)
port = htons(atoi(loginport));