--- deliantra/server/random_maps/special.C 2006/12/25 14:43:23 1.10 +++ deliantra/server/random_maps/special.C 2006/12/30 18:45:28 1.11 @@ -196,7 +196,7 @@ } void -place_special_exit (maptile *map, int hole_type, RMParms * RP) +place_special_exit (maptile *map, int hole_type, random_map_params * RP) { int ix, iy, i = -1; char buf[HUGE_BUF], *style, *decor, *mon; @@ -273,7 +273,7 @@ write_parameters_to_string (buf, g_xsize, g_ysize, RP->wallstyle, RP->floorstyle, mon, "none", style, decor, "none", RP->exitstyle, 0, 0, 0, - OPT_WALLS_ONLY, 0, 0, 1, RP->dungeon_level, RP->dungeon_level, + RMOPT_WALLS_ONLY, 0, 0, 1, RP->dungeon_level, RP->dungeon_level, RP->difficulty, RP->difficulty, -1, 1, 0, 0, 0, 0, RP->difficulty_increase); the_exit->slaying = "/!"; the_exit->msg = buf; @@ -283,7 +283,7 @@ void -place_specials_in_map (maptile *map, char **layout, RMParms * RP) +place_specials_in_map (maptile *map, char **layout, random_map_params * RP) { maptile *special_map; int ix, iy; /* map insertion locatons */