--- cf.schmorp.de/server/random_maps/decor.C 2007/02/17 23:32:11 1.14 +++ cf.schmorp.de/server/random_maps/decor.C 2007/04/15 14:15:14 1.15 @@ -86,7 +86,7 @@ this_object->x = x; this_object->y = y; /* it screws things up if decor can stop people */ - this_object->move_block = MOVE_BLOCK_DEFAULT; + this_object->move_block = 0; insert_ob_in_map (this_object, map, NULL, 0); number_to_place--; } @@ -112,7 +112,7 @@ this_object->x = i; this_object->y = j; /* it screws things up if decor can stop people */ - this_object->move_block = MOVE_BLOCK_DEFAULT; + this_object->move_block = 0; insert_ob_in_map (this_object, map, NULL, 0); } }