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.19 by root, Fri Mar 26 01:04:44 2010 UTC vs.
Revision 1.20 by root, Wed Jun 30 20:51:02 2010 UTC

53 int ic, jc; 53 int ic, jc;
54 float SizeX, SizeY; 54 float SizeX, SizeY;
55 float xscale, yscale; 55 float xscale, yscale;
56 56
57 /* slightly easier to fill and then cut */ 57 /* slightly easier to fill and then cut */
58 maze->clear ('#'); 58 maze->fill ('#');
59 59
60 int xsize = maze->w; 60 int xsize = maze->w;
61 int ysize = maze->h; 61 int ysize = maze->h;
62 62
63 ic = xsize / 2; 63 ic = xsize / 2;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines