--- deliantra/server/random_maps/random_map.C 2006/09/10 16:06:37 1.3 +++ deliantra/server/random_maps/random_map.C 2006/09/16 22:24:13 1.5 @@ -1,9 +1,3 @@ - -/* - * static char *rcsid_random_map_c = - * "$Id: random_map.C,v 1.3 2006/09/10 16:06:37 root Exp $"; - */ - /* CrossFire, A Multiplayer game for X-windows @@ -24,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 */ #include @@ -58,11 +52,11 @@ printf ("\n"); } EXTERN FILE *logfile; -mapstruct * +maptile * generate_random_map (const char *OutFileName, RMParms * RP) { char **layout, buf[HUGE_BUF]; - mapstruct *theMap; + maptile *theMap; int i; /* pick a random seed, or use the one from the input file */