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.74 by root, Sun Nov 11 04:29:11 2012 UTC vs.
Revision 1.75 by root, Sun Nov 11 05:53:12 2012 UTC

138 /* Do this so we don't send a face command for the client for 138 /* Do this so we don't send a face command for the client for
139 * this face. Face 0 is sent to the client to set meta data 139 * this face. Face 0 is sent to the client to set meta data
140 * for following faces in fx. 140 * for following faces in fx.
141 */ 141 */
142 faces_sent[0] = true; 142 faces_sent[0] = true;
143 fx_want [FT_FACE] = true; // all clients must support image faces 143 fx_want [FT_IMAGE] = true; // all clients must support image faces
144 144
145 socket_ev.set (fd, EV_READ); 145 socket_ev.set (fd, EV_READ);
146 socket_ev.prio (2); // one higher than the ticker priority 146 socket_ev.prio (2); // one higher than the ticker priority
147 socket_ev.start (); 147 socket_ev.start ();
148 148

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines