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

Comparing deliantra/server/common/arch.C (file contents):
Revision 1.83 by root, Mon Sep 29 10:20:48 2008 UTC vs.
Revision 1.84 by root, Mon Sep 29 10:31:32 2008 UTC

523 op->head = 0; 523 op->head = 0;
524 op->more = 0; 524 op->more = 0;
525 op = next; 525 op = next;
526 } 526 }
527 527
528 op->destroy_inv (false);
529 at->destroy (true); 528 at->destroy (true);
530 at->arch = 0; 529 at->arch = 0;
531 } 530 }
532 } 531 }
533 while (--cnt); 532 while (--cnt);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines