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.18 by root, Fri Nov 6 12:49:19 2009 UTC vs.
Revision 1.19 by root, Fri Nov 6 13:03:34 2009 UTC

292 } 292 }
293 293
294 } 294 }
295} 295}
296 296
297void 297static void
298make_doors (char **maze, float *xlocations, float *ylocations, int layers, int options) 298make_doors (char **maze, float *xlocations, float *ylocations, int layers, int options)
299{ 299{
300 int freedoms; /* number of different walls on which we could place a door */ 300 int freedoms; /* number of different walls on which we could place a door */
301 int which_wall; /* left, 1, top, 2, right, 3, bottom 4 */ 301 int which_wall; /* left, 1, top, 2, right, 3, bottom 4 */
302 int l, x1 = 0, x2, y1 = 0, y2; 302 int l, x1 = 0, x2, y1 = 0, y2;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines