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.32 by root, Mon Dec 25 11:25:49 2006 UTC vs.
Revision 1.33 by root, Sun Dec 31 17:17:22 2006 UTC

631 631
632/* 632/*
633 * Finds which archetype matches the given name, and returns a new 633 * Finds which archetype matches the given name, and returns a new
634 * object containing a copy of the archetype. 634 * object containing a copy of the archetype.
635 */ 635 */
636
637object * 636object *
638get_archetype (const char *name) 637get_archetype (const char *name)
639{ 638{
640 archetype *at = archetype::find (name); 639 archetype *at = archetype::find (name);
641 640

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines