--- deliantra/server/random_maps/random_map.h 2007/01/06 14:42:30 1.9 +++ deliantra/server/random_maps/random_map.h 2007/01/19 22:24:10 1.12 @@ -40,9 +40,9 @@ char exitstyle[512]; shstr this_map; char exit_on_final_map[512]; + char *custom; - int Xsize; - int Ysize; + int xsize, ysize; int expand2x; int layoutoptions1; int layoutoptions2; @@ -59,13 +59,17 @@ int orientation; int origin_y; int origin_x; - int random_seed; + uint32_t random_seed; uint64_t total_map_hp; int map_layout_style; int treasureoptions; int symmetry_used; struct region *region; + + // "private", adjusted sizes + int Xsize; + int Ysize; }; enum {