--- 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 21:49:58 1.11 @@ -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; @@ -66,6 +66,10 @@ int symmetry_used; struct region *region; + + // "private", adjusted sizes + int Xsize; + int Ysize; }; enum {