--- deliantra/server/random_maps/random_map.h 2006/02/03 07:14:21 1.1 +++ deliantra/server/random_maps/random_map.h 2006/08/29 08:01:36 1.3 @@ -43,7 +43,7 @@ char exitstyle[512]; char this_map[512]; char exit_on_final_map[512]; - + int Xsize; int Ysize; int expand2x; @@ -65,7 +65,7 @@ int map_layout_style; int treasureoptions; int symmetry_used; - region *region; + struct region *region; } RMParms; int load_parameters(FILE *fp, int bufstate,RMParms *RP);