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.33 by root, Sun Dec 31 17:17:22 2006 UTC vs.
Revision 1.34 by root, Sun Dec 31 18:10:40 2006 UTC

540 case KW_slaying: thawer.get_ornull (op->slaying); break; 540 case KW_slaying: thawer.get_ornull (op->slaying); break;
541 541
542 case KW_arch: 542 case KW_arch:
543 { 543 {
544 const char *str = thawer.get_str (); 544 const char *str = thawer.get_str ();
545 fprintf (stderr, "arch %s\n", str);//D
546 545
547 if (op->arch) 546 if (op->arch)
548 { 547 {
549 /* If op->arch has been set, then this new object 548 /* If op->arch has been set, then this new object
550 * must be part of the inventory. So process 549 * must be part of the inventory. So process

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines