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.95 by root, Fri Nov 6 13:03:34 2009 UTC vs.
Revision 1.96 by root, Sat Nov 7 18:30:05 2009 UTC

54static std::vector<archetype *> postponed_arch; 54static std::vector<archetype *> postponed_arch;
55 55
56//+GPL 56//+GPL
57 57
58/* 58/*
59 * Creates an object. This function is called by get_archetype() 59 * Creates an object. This function is called by get_archetype ()
60 * if it fails to find the appropriate archetype. 60 * if it fails to find the appropriate archetype.
61 * Thus get_archetype() will be guaranteed to always return 61 * Thus get_archetype() will be guaranteed to always return
62 * an object, and never NULL. 62 * an object, and never NULL.
63 */ 63 */
64static object * 64static object *

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines