ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/server/build_map.C
(Generate patch)

Comparing deliantra/server/server/build_map.C (file contents):
Revision 1.15 by root, Sat Dec 23 06:41:39 2006 UTC vs.
Revision 1.16 by root, Sat Dec 23 07:32:29 2006 UTC

795 return; 795 return;
796 } 796 }
797 tmp2 = find_marked_object (pl); 797 tmp2 = find_marked_object (pl);
798 while (tmp) 798 while (tmp)
799 { 799 {
800 LOG (llevDebug, "CHECK %s %d\n", &tmp->name, &tmp->arch->name, 1 * (QUERY_FLAG (tmp, FLAG_IS_BUILDABLE)));
801 if (!QUERY_FLAG (tmp, FLAG_IS_BUILDABLE) && ((tmp->type != SIGN) || (strcmp (tmp->arch->name, "rune_mark")))) 800 if (!QUERY_FLAG (tmp, FLAG_IS_BUILDABLE) && ((tmp->type != SIGN) || (strcmp (tmp->arch->name, "rune_mark"))))
802 { 801 {
803 /* The item building function already has it's own special 802 /* The item building function already has it's own special
804 * checks for this 803 * checks for this
805 */ 804 */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines