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.7 by pippijn, Mon Jan 15 21:06:19 2007 UTC vs.
Revision 1.8 by root, Thu Jan 18 19:42:10 2007 UTC

129 tx++; /* set up for next layer. */ 129 tx++; /* set up for next layer. */
130 } 130 }
131 131
132 /* place the exits. */ 132 /* place the exits. */
133 133
134 if (RANDOM () % 2) 134 if (rndm (2))
135 { 135 {
136 maze[cx][cy] = '>'; 136 maze[cx][cy] = '>';
137 maze[xsize - 2][1] = '<'; 137 maze[xsize - 2][1] = '<';
138 } 138 }
139 else 139 else

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines