--- deliantra/server/common/region.C 2006/09/14 22:34:00 1.6 +++ deliantra/server/common/region.C 2006/12/11 19:46:46 1.8 @@ -23,10 +23,7 @@ #include - -#ifndef WIN32 /* ---win32 exclude header */ -# include -#endif /* win32 */ +#include /* * Pass a char array, returns a pointer to the region of the same name. @@ -62,7 +59,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 +71,7 @@ */ const char * -get_name_of_region_for_map (const mapstruct *m) +get_name_of_region_for_map (const maptile *m) { region *reg;