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.73 by root, Sun Nov 11 05:53:12 2012 UTC vs.
Revision 1.74 by root, Sun Nov 11 18:21:21 2012 UTC

56 if (!f) 56 if (!f)
57 return; // doh 57 return; // doh
58 58
59 int set = ns->tileset; 59 int set = ns->tileset;
60 60
61 if (f->face [set].chksum_len) 61 if (!f->face [set].chksum_len)
62 set = 0; 62 set = 0;
63 63
64 /* cfperl_ix calls cf::face::ix which loads the data */ 64 /* cfperl_ix calls cf::face::ix which loads the data */
65 /* and then calls cf::client::send_ix to actually queue the ix */ 65 /* and then calls cf::client::send_ix to actually queue the ix */
66 cfperl_ix (ns, set, idx, pri); 66 cfperl_ix (ns, set, idx, pri);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines