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

Comparing deliantra/server/common/loader.C (file contents):
Revision 1.80 by root, Sat May 12 16:06:41 2007 UTC vs.
Revision 1.81 by root, Mon May 14 21:32:26 2007 UTC

266 { 266 {
267 case BOW: 267 case BOW:
268 case WAND: 268 case WAND:
269 case ROD: 269 case ROD:
270 case HORN: 270 case HORN:
271 case SKILL_TOOL:
272 if (slot [body_range].info != -1) 271 if (slot [body_range].info != -1)
273 { 272 {
274 LOG (llevError, "%s: body_range %d != -1\n", debug_desc (), slot [body_range].info); 273 LOG (llevError, "%s: body_range %d != -1\n", debug_desc (), slot [body_range].info);
275 slot [body_range].info = -1; 274 slot [body_range].info = -1;
276 } 275 }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines