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.59 by root, Tue Apr 13 18:56:00 2010 UTC vs.
Revision 1.60 by root, Wed Apr 14 21:36:32 2010 UTC

743 return; 743 return;
744 } 744 }
745 745
746 object *builder = pl->contr->ranged_ob; 746 object *builder = pl->contr->ranged_ob;
747 747
748 object *tmp2 = find_marked_object (pl); 748 object *tmp2 = pl->mark ();
749
749 while (tmp) 750 while (tmp)
750 { 751 {
751 if (!tmp->flag [FLAG_IS_BUILDABLE] && (tmp->type != SIGN || tmp->arch->archname != shstr_rune_mark)) 752 if (!tmp->flag [FLAG_IS_BUILDABLE] && (tmp->type != SIGN || tmp->arch->archname != shstr_rune_mark))
752 { 753 {
753 /* The item building function already has it's own special 754 /* The item building function already has it's own special

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines