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.181 by root, Wed Nov 14 20:34:58 2018 UTC vs.
Revision 1.182 by root, Wed Nov 14 21:19:41 2018 UTC

297 break; 297 break;
298 298
299 case CONTAINER: 299 case CONTAINER:
300 if (nrof) 300 if (nrof)
301 { 301 {
302 LOG (llevError, "ITEMBUG: %s: stackable container\n", debug_desc ()); 302 LOG (llevError, "ITEMBUG: %s: stackable container (nrof %d)\n", debug_desc (), (int)nrof);
303 nrof = 0; 303 nrof = 0;
304 } 304 }
305 break; 305 break;
306 306
307 case PLAYER: 307 case PLAYER:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines