--- deliantra/server/random_maps/room_gen_spiral.C 2007/01/18 19:42:10 1.8 +++ deliantra/server/random_maps/room_gen_spiral.C 2007/01/27 02:19:37 1.9 @@ -84,7 +84,7 @@ /* select random options if necessary */ if (option == 0) { - option = RANDOM () % MAX_SPIRAL_OPT; + option = rndm (MAX_SPIRAL_OPT); } /* the order in which these are evaluated matters */