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.47 by root, Fri Jan 27 22:00:40 2012 UTC vs.
Revision 1.48 by root, Fri Jan 27 22:01:46 2012 UTC

293 { 293 {
294 new_wall = wall_arch->instance (); 294 new_wall = wall_arch->instance ();
295 new_wall->x = i; 295 new_wall->x = i;
296 new_wall->y = j; 296 new_wall->y = j;
297 297
298 if (the_wall && the_wall->map) 298 if (the_wall->map)
299 the_wall->destroy (); 299 the_wall->destroy ();
300 300
301 the_wall->move_block = MOVE_ALL; 301 the_wall->move_block = MOVE_ALL;
302 insert_ob_in_map (new_wall, the_map, new_wall, INS_NO_MERGE | INS_NO_WALK_ON); 302 insert_ob_in_map (new_wall, the_map, new_wall, INS_NO_MERGE | INS_NO_WALK_ON);
303 } 303 }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines