ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/socket/init.C
(Generate patch)

Comparing deliantra/server/socket/init.C (file contents):
Revision 1.55 by root, Wed Nov 14 10:12:45 2007 UTC vs.
Revision 1.56 by root, Wed Apr 2 11:13:57 2008 UTC

149 */ 149 */
150 faces_sent[0] = true; 150 faces_sent[0] = true;
151 fx_want [FT_FACE] = true; // all clients must support image faces 151 fx_want [FT_FACE] = true; // all clients must support image faces
152 152
153 socket_ev.set (fd, EV_READ); 153 socket_ev.set (fd, EV_READ);
154 socket_ev.prio (2); // one higher than the ticker priority
154 socket_ev.start (); 155 socket_ev.start ();
155 156
156 // initialisation done, kick it! 157 // initialisation done, kick it!
157 send_packet_printf ("version %d %d %s\n", VERSION_CS, VERSION_SC, VERSION_INFO); 158 send_packet_printf ("version %d %d %s\n", VERSION_CS, VERSION_SC, VERSION_INFO);
158 flush (); 159 flush ();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines