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.47 by root, Sun Nov 29 17:41:08 2009 UTC vs.
Revision 1.48 by root, Fri Mar 12 18:12:33 2010 UTC

754 { 754 {
755 new_draw_info (NDI_UNIQUE, 0, pl, "You can't build here."); 755 new_draw_info (NDI_UNIQUE, 0, pl, "You can't build here.");
756 return; 756 return;
757 } 757 }
758 } 758 }
759
759 tmp = tmp->above; 760 tmp = tmp->above;
760 } 761 }
761 762
762 /* Now we know the square is ok */ 763 /* Now we know the square is ok */
763 builder = pl->contr->ranged_ob; 764 builder = pl->contr->ranged_ob;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines