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.56 by root, Sun Apr 11 00:34:06 2010 UTC vs.
Revision 1.57 by elmex, Tue Apr 13 18:10:54 2010 UTC

699 * or remover object. 699 * or remover object.
700 */ 700 */
701void 701void
702apply_map_builder (object *pl, int dir) 702apply_map_builder (object *pl, int dir)
703{ 703{
704 object *builder; 704 object *builder = 0;
705 object *tmp; 705 object *tmp = 0;
706 object *tmp2; 706 object *tmp2 = 0;
707 int x, y; 707 int x, y;
708 708
709 if (!pl->type == PLAYER) 709 if (!pl->type == PLAYER)
710 return; 710 return;
711 711

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines