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

Comparing deliantra/server/random_maps/room_gen_onion.C (file contents):
Revision 1.23 by root, Thu Jul 1 01:22:44 2010 UTC vs.
Revision 1.24 by root, Fri Jul 2 15:03:57 2010 UTC

60 60
61static void draw_onion (char **maze, float *xlocations, float *ylocations, int layers); 61static void draw_onion (char **maze, float *xlocations, float *ylocations, int layers);
62static void make_doors (char **maze, float *xlocations, float *ylocations, int layers, int options); 62static void make_doors (char **maze, float *xlocations, float *ylocations, int layers, int options);
63 63
64void 64void
65map_gen_onion (Layout &maze, int option, int layers) 65map_gen_onion (layout &maze, int option, int layers)
66{ 66{
67 int i, j; 67 int i, j;
68 68
69 int xsize = maze.w; 69 int xsize = maze.w;
70 int ysize = maze.h; 70 int ysize = maze.h;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines