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.53 by root, Tue Jul 31 20:08:21 2007 UTC vs.
Revision 1.54 by root, Thu Aug 30 08:34:40 2007 UTC

171 171
172 faceinfo *f = face_info (facenum); 172 faceinfo *f = face_info (facenum);
173 173
174 if (!f) 174 if (!f)
175 { 175 {
176 LOG (llevError, "client::send_face (%d) out of bounds??\n", facenum); 176 LOG (llevError | logBacktrace, "client::send_face (%d) out of bounds??\n", facenum);
177 return; 177 return;
178 } 178 }
179 179
180 // refuse to send non-image faces 180 // refuse to send non-image faces
181 if (!fx_want [f->type]) 181 if (!fx_want [f->type])

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines