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

Comparing deliantra/server/random_maps/room_gen_spiral.C (file contents):
Revision 1.22 by root, Fri Jul 2 15:03:57 2010 UTC vs.
Revision 1.23 by root, Sun Jul 4 22:12:26 2010 UTC

39#define MAX_SPIRAL_OPT 8 /* this should be 2x the last real option */ 39#define MAX_SPIRAL_OPT 8 /* this should be 2x the last real option */
40 40
41#define MINDIST 3 41#define MINDIST 3
42 42
43#define MAX_FINE .454545 43#define MAX_FINE .454545
44
45extern int surround_check (char **maze, int i, int j, int xsize, int ysize);
46 44
47void 45void
48map_gen_spiral (layout &maze, int option) 46map_gen_spiral (layout &maze, int option)
49{ 47{
50 int i, j; 48 int i, j;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines