--- cf.schmorp.de/server/random_maps/square_spiral.C 2006/09/14 22:34:02 1.3 +++ cf.schmorp.de/server/random_maps/square_spiral.C 2006/12/31 19:02:24 1.5 @@ -1,3 +1,4 @@ + /* CrossFire, A Multiplayer game for X-windows @@ -81,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;