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.56 by root, Wed Apr 18 07:59:55 2007 UTC vs.
Revision 1.57 by root, Thu Apr 19 19:24:25 2007 UTC

531 archetype *at = find (name); 531 archetype *at = find (name);
532 532
533 if (!at) 533 if (!at)
534 { 534 {
535 archetypes.push_back (at = new archetype); 535 archetypes.push_back (at = new archetype);
536 at->name = name; 536 at->name = at->clone.name = at->clone.name_pl = name;
537 at->hash_add (); 537 at->hash_add ();
538 } 538 }
539 539
540 return at; 540 return at;
541} 541}

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines