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.93 by root, Fri Nov 6 12:27:05 2009 UTC vs.
Revision 1.94 by root, Fri Nov 6 12:49:19 2009 UTC

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 */
64object * 64static object *
65create_singularity (const char *name) 65create_singularity (const char *name)
66{ 66{
67 LOG (llevError | logBacktrace, "FATAL: creating singularity for '%s'.\n", name); 67 LOG (llevError | logBacktrace, "FATAL: creating singularity for '%s'.\n", name);
68 68
69 if (!strcmp (name, "bug")) 69 if (!strcmp (name, "bug"))

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines