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.39 by root, Sun Mar 11 02:12:45 2007 UTC vs.
Revision 1.40 by root, Wed Mar 14 01:19:10 2007 UTC

134 134
135 /* Do this so we don't send a face command for the client for 135 /* Do this so we don't send a face command for the client for
136 * this face. Face 0 is sent to the client to say clear 136 * this face. Face 0 is sent to the client to say clear
137 * face information. 137 * face information.
138 */ 138 */
139 faces_sent[0] = NS_FACESENT_FACE; 139 faces_sent[0] = true;
140 140
141 socket_ev.prio (PE_PRIO_NORMAL); 141 socket_ev.prio (PE_PRIO_NORMAL);
142 socket_ev.fd (fd); 142 socket_ev.fd (fd);
143 socket_ev.poll (PE_R); 143 socket_ev.poll (PE_R);
144 144

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines