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.14 by root, Mon Apr 14 22:41:17 2008 UTC vs.
Revision 1.15 by root, Tue Apr 15 03:00:24 2008 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines