--- deliantra/server/random_maps/monster.C 2006/09/14 22:34:02 1.4 +++ deliantra/server/random_maps/monster.C 2006/09/16 22:24:12 1.5 @@ -29,7 +29,7 @@ handling. */ void -insert_multisquare_ob_in_map (object *new_obj, mapstruct *map) +insert_multisquare_ob_in_map (object *new_obj, maptile *map) { int x, y; archetype *at; @@ -64,10 +64,10 @@ /* place some monsters into the map. */ void -place_monsters (mapstruct *map, char *monsterstyle, int difficulty, RMParms * RP) +place_monsters (maptile *map, char *monsterstyle, int difficulty, RMParms * RP) { char styledirname[256]; - mapstruct *style_map = 0; + maptile *style_map = 0; int failed_placements; sint64 exp_per_sq, total_experience; int number_monsters = 0;