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

Comparing deliantra/server/server/c_object.C (file contents):
Revision 1.72 by root, Tue May 6 16:32:34 2008 UTC vs.
Revision 1.73 by root, Tue May 6 20:00:12 2008 UTC

496 } 496 }
497 497
498 tmp = next; 498 tmp = next;
499 } 499 }
500 500
501 if (cnt <= 0) 501 if (cnt < 0)
502 { 502 {
503 op->failmsg ("Couldn't pick up so many items at once."); 503 op->failmsg ("Couldn't pick up so many items at once.");
504 return 0; 504 return 0;
505 } 505 }
506 506

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines