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.75 by root, Mon Apr 21 23:35:24 2008 UTC vs.
Revision 1.76 by root, Wed Apr 30 06:40:28 2008 UTC

585 return create_singularity (name); 585 return create_singularity (name);
586 586
587 return arch_to_object (at); 587 return arch_to_object (at);
588} 588}
589 589
590object *
591archetype::get (const char *name)
592{
593 return get_archetype (name);
594}
595
590/* 596/*
591 * Returns the first archetype using the given type. 597 * Returns the first archetype using the given type.
592 * Used in treasure-generation. 598 * Used in treasure-generation.
593 */ 599 */
594archetype * 600archetype *

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines