ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/random_maps/square_spiral.C
(Generate patch)

Comparing deliantra/server/random_maps/square_spiral.C (file contents):
Revision 1.3 by root, Thu Sep 14 22:34:02 2006 UTC vs.
Revision 1.4 by root, Sat Dec 30 18:45:28 2006 UTC

79 int i, j; 79 int i, j;
80 int cx, cy; 80 int cx, cy;
81 int tx, ty; 81 int tx, ty;
82 82
83 /* generate and allocate a doorless, centered onion */ 83 /* generate and allocate a doorless, centered onion */
84 char **maze = map_gen_onion (xsize, ysize, OPT_CENTERED | OPT_NO_DOORS, 0); 84 char **maze = map_gen_onion (xsize, ysize, RMOPT_CENTERED | RMOPT_NO_DOORS, 0);
85 85
86 /* find the layout center. */ 86 /* find the layout center. */
87 cx = 0; 87 cx = 0;
88 cy = 0; 88 cy = 0;
89 for (i = 0; i < xsize; i++) 89 for (i = 0; i < xsize; i++)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines