--- deliantra/server/socket/init.C 2007/07/01 05:00:20 1.49 +++ deliantra/server/socket/init.C 2007/07/24 04:55:35 1.50 @@ -165,6 +165,7 @@ * face information. */ faces_sent[0] = true; + fx_want [FT_FACE] = true; // all clients must support image faces socket_ev.prio (PE_PRIO_NORMAL); socket_ev.fd (fd); @@ -245,20 +246,6 @@ last_stats = zero_living; } -/******************************************************************************* - * - * Start of functions dealing with freeing of the data. - * - ******************************************************************************/ - -/** Free's all the memory that ericserver allocates. */ -void -free_all_newserver (void) -{ - LOG (llevDebug, "Freeing all new client/server information.\n"); - free_socket_images (); -} - client * client::create (int fd, const char *peername) {