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.82 by root, Sun May 18 19:53:07 2008 UTC vs.
Revision 1.83 by root, Mon Sep 29 10:20:48 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);
528 at->destroy (); 529 at->destroy (true);
529 at->arch = 0; 530 at->arch = 0;
530 } 531 }
531 } 532 }
532 while (--cnt); 533 while (--cnt);
533} 534}

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines