--- deliantra/server/include/map.h 2007/02/15 21:07:49 1.67 +++ deliantra/server/include/map.h 2007/02/16 19:43:41 1.68 @@ -186,7 +186,7 @@ static region *default_region (); static region *find (const char *name); static region *find_fuzzy (const char *name); - static region *load (object_thawer &f); + static region *read (object_thawer &f); }; typedef object_vector regionvec;