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

Comparing deliantra/server/socket/image.C (file contents):
Revision 1.56 by root, Tue May 6 16:55:26 2008 UTC vs.
Revision 1.57 by root, Fri Dec 26 10:44:17 2008 UTC

209 sl << "face1 " << uint16 (facenum) << uint32 (force_bad_checksum ? gcfclient_checksum (d) : 0); 209 sl << "face1 " << uint16 (facenum) << uint32 (force_bad_checksum ? gcfclient_checksum (d) : 0);
210 210
211 // how lame 211 // how lame
212 print_facename (sl, *d); 212 print_facename (sl, *d);
213 send_packet (sl); 213 send_packet (sl);
214
215 if (EMI_smooth)
216 {
217 if (f->smooth)
218 {
219 send_face (f->smooth);
220
221 packet sl ("smooth");
222
223 sl << uint16 (facenum)
224 << uint16 (f->smooth);
225
226 send_packet (sl);
227 }
228 }
229} 214}
230 215
231void client::flush_fx () 216void client::flush_fx ()
232{ 217{
233 while (!fxface.empty ()) 218 while (!fxface.empty ())

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines