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.40 by root, Fri Feb 2 22:08:23 2007 UTC vs.
Revision 1.41 by root, Thu Feb 8 03:09:31 2007 UTC

446 { 446 {
447 *cp = '\0'; 447 *cp = '\0';
448 cp--; 448 cp--;
449 } 449 }
450 } 450 }
451 if (!strcmp ("Object", variable)) 451 if (!strcmp ("object", variable))
452 { 452 {
453 if ((at = archetype::find (argument)) == NULL) 453 if ((at = archetype::find (argument)) == NULL)
454 LOG (llevError, "Warning: failed to find arch %s\n", argument); 454 LOG (llevError, "Warning: failed to find arch %s\n", argument);
455 } 455 }
456 else if (!strcmp ("other_arch", variable)) 456 else if (!strcmp ("other_arch", variable))

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines