--- deliantra/server/random_maps/random_map.h 2007/01/11 00:41:08 1.10 +++ deliantra/server/random_maps/random_map.h 2007/01/19 22:24:10 1.12 @@ -42,8 +42,7 @@ char exit_on_final_map[512]; char *custom; - int Xsize; - int Ysize; + int xsize, ysize; int expand2x; int layoutoptions1; int layoutoptions2; @@ -60,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 {