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.8 by root, Tue Dec 12 20:53:03 2006 UTC vs.
Revision 1.9 by root, Tue Dec 12 21:39:56 2006 UTC

396 new_wall->x = i; 396 new_wall->x = i;
397 new_wall->y = j; 397 new_wall->y = j;
398 if (the_wall && the_wall->map) 398 if (the_wall && the_wall->map)
399 { 399 {
400 the_wall->remove (); 400 the_wall->remove ();
401 the_wall->destroy (0); 401 the_wall->destroy ();
402 } 402 }
403 the_wall->move_block = MOVE_ALL; 403 the_wall->move_block = MOVE_ALL;
404 insert_ob_in_map (new_wall, the_map, new_wall, INS_NO_MERGE | INS_NO_WALK_ON); 404 insert_ob_in_map (new_wall, the_map, new_wall, INS_NO_MERGE | INS_NO_WALK_ON);
405 } 405 }
406 else 406 else

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines