--- deliantra/server/random_maps/square_spiral.C 2006/09/10 16:06:37 1.2 +++ deliantra/server/random_maps/square_spiral.C 2006/12/31 19:02:24 1.5 @@ -1,10 +1,5 @@ /* - * static char *rcsid_map_c = - * "$Id: square_spiral.C,v 1.2 2006/09/10 16:06:37 root Exp $"; - */ - -/* CrossFire, A Multiplayer game for X-windows Copyright (C) 2001 Mark Wedel & Crossfire Development Team @@ -24,7 +19,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 */ @@ -87,7 +82,7 @@ int tx, ty; /* generate and allocate a doorless, centered onion */ - char **maze = map_gen_onion (xsize, ysize, OPT_CENTERED | OPT_NO_DOORS, 0); + char **maze = map_gen_onion (xsize, ysize, RMOPT_CENTERED | RMOPT_NO_DOORS, 0); /* find the layout center. */ cx = 0;