--- deliantra/server/random_maps/random_map.h 2006/02/03 07:14:21 1.1 +++ deliantra/server/random_maps/random_map.h 2006/12/15 20:08:45 1.5 @@ -23,7 +23,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - The authors can be reached via e-mail at crossfire-devel@real-time.com + The authors can be reached via e-mail at crossfire@schmorp.de */ #ifndef RANDOM_MAP_H @@ -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);