--- deliantra/server/random_maps/random_map.h 2006/12/30 18:45:28 1.6 +++ deliantra/server/random_maps/random_map.h 2006/12/31 22:23:12 1.8 @@ -34,10 +34,10 @@ char layoutstyle[512]; char doorstyle[512]; char decorstyle[512]; - char origin_map[512]; - char final_map[512]; + shstr origin_map; + shstr final_map; char exitstyle[512]; - char this_map[512]; + shstr this_map; char exit_on_final_map[512]; int Xsize; @@ -50,8 +50,10 @@ int difficulty; int difficulty_given; float difficulty_increase; + int dungeon_level; int dungeon_depth; + int decoroptions; int orientation; int origin_y;