--- deliantra/server/random_maps/square_spiral.C 2008/04/15 18:43:11 1.15 +++ deliantra/server/random_maps/square_spiral.C 2008/05/04 14:12:38 1.16 @@ -110,7 +110,7 @@ /* place the exits. */ - if (rndm (2)) + if (rmg_rndm (2)) { maze[cx][cy] = '>'; maze[xsize - 2][1] = '<';