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

Comparing deliantra/server/random_maps/square_spiral.C (file contents):
Revision 1.13 by root, Mon Apr 14 22:41:17 2008 UTC vs.
Revision 1.14 by root, Tue Apr 15 03:00:24 2008 UTC

61 61
62 /* cx and cy should now be the top-right corner of the onion layer */ 62 /* cx and cy should now be the top-right corner of the onion layer */
63} 63}
64 64
65void 65void
66make_square_spiral_layout (Maze maze, int options) 66make_square_spiral_layout (Layout maze, int options)
67{ 67{
68 int i, j; 68 int i, j;
69 int cx, cy; 69 int cx, cy;
70 int tx, ty; 70 int tx, ty;
71 71

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines