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.81 by root, Sat May 17 00:17:02 2008 UTC vs.
Revision 1.82 by root, Sun May 18 19:53:07 2008 UTC

552 LOG (llevError | logBacktrace, "FATAL: creating singularity for '%s'.\n", name); 552 LOG (llevError | logBacktrace, "FATAL: creating singularity for '%s'.\n", name);
553 553
554 if (!strcmp (name, "bug")) 554 if (!strcmp (name, "bug"))
555 abort (); 555 abort ();
556 556
557 object *op = archetype::get ("bug"); 557 object *op = archetype::get (shstr_bug);
558 op->name = op->name_pl = format ("bug, please report (missing archetype %s)", name); 558 op->name = op->name_pl = format ("bug, please report (missing archetype %s)", name);
559 559
560 return op; 560 return op;
561} 561}
562 562

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines