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

Comparing deliantra/server/random_maps/wall.C (file contents):
Revision 1.27 by root, Mon Sep 29 09:04:51 2008 UTC vs.
Revision 1.28 by root, Mon Sep 29 10:32:50 2008 UTC

394 new_wall = arch_to_object (wall_arch); 394 new_wall = arch_to_object (wall_arch);
395 new_wall->x = i; 395 new_wall->x = i;
396 new_wall->y = j; 396 new_wall->y = j;
397 397
398 if (the_wall && the_wall->map) 398 if (the_wall && the_wall->map)
399 the_wall->destroy (true); 399 the_wall->destroy ();
400 400
401 the_wall->move_block = MOVE_ALL; 401 the_wall->move_block = MOVE_ALL;
402 insert_ob_in_map (new_wall, the_map, new_wall, INS_NO_MERGE | INS_NO_WALK_ON); 402 insert_ob_in_map (new_wall, the_map, new_wall, INS_NO_MERGE | INS_NO_WALK_ON);
403 } 403 }
404 404

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines