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.8 by root, Thu Jan 18 19:42:10 2007 UTC vs.
Revision 1.9 by root, Sat Jan 27 02:19:37 2007 UTC

82 SizeY = ysize / 2 - 2; 82 SizeY = ysize / 2 - 2;
83 83
84 /* select random options if necessary */ 84 /* select random options if necessary */
85 if (option == 0) 85 if (option == 0)
86 { 86 {
87 option = RANDOM () % MAX_SPIRAL_OPT; 87 option = rndm (MAX_SPIRAL_OPT);
88 } 88 }
89 89
90 /* the order in which these are evaluated matters */ 90 /* the order in which these are evaluated matters */
91 91
92 /* the following two are mutually exclusive. 92 /* the following two are mutually exclusive.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines