--- deliantra/server/random_maps/wall.C 2006/12/12 21:39:56 1.9 +++ deliantra/server/random_maps/wall.C 2006/12/20 09:14:22 1.10 @@ -304,7 +304,7 @@ archetype *wall_arch = 0; /* first find the wall */ - for (the_wall = get_map_ob (the_map, i, j); the_wall != NULL; the_wall = the_wall->above) + for (the_wall = GET_MAP_OB (the_map, i, j); the_wall != NULL; the_wall = the_wall->above) if ((the_wall->move_type & MOVE_WALK) && the_wall->type != EXIT && the_wall->type != TELEPORTER) break;