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.27 by root, Tue Jan 3 11:25:34 2012 UTC vs.
Revision 1.28 by root, Fri Jan 27 22:00:40 2012 UTC

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;
68
69 int xsize = maze.w; 67 int xsize = maze.w;
70 int ysize = maze.h; 68 int ysize = maze.h;
71 69
72 maze.clear (); 70 maze.clear ();
73 71

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines