--- cf.schmorp.de/server/random_maps/decor.C 2006/12/12 21:39:56 1.5 +++ cf.schmorp.de/server/random_maps/decor.C 2006/12/20 09:14:22 1.6 @@ -36,7 +36,7 @@ int count = 0; object *tmp; - for (tmp = get_map_ob (map, x, y); tmp != NULL; tmp = tmp->above) + for (tmp = GET_MAP_OB (map, x, y); tmp != NULL; tmp = tmp->above) count++; return count; }