--- deliantra/server/common/region.C 2006/09/13 23:39:27 1.5 +++ deliantra/server/common/region.C 2006/09/16 22:24:12 1.7 @@ -18,7 +18,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 */ @@ -62,7 +62,7 @@ /* This might need optimising at some point. */ region * -get_region_by_map (mapstruct *m) +get_region_by_map (maptile *m) { return get_region_by_name (get_name_of_region_for_map (m)); } @@ -74,7 +74,7 @@ */ const char * -get_name_of_region_for_map (const mapstruct *m) +get_name_of_region_for_map (const maptile *m) { region *reg;