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

Comparing deliantra/server/random_maps/maze_gen.C (file contents):
Revision 1.3 by root, Sun Sep 10 16:06:37 2006 UTC vs.
Revision 1.4 by root, Thu Sep 14 22:34:02 2006 UTC

1
2
3/* peterm@langmuir.eecs.berkeley.edu: this function generates a random 1/* peterm@langmuir.eecs.berkeley.edu: this function generates a random
4blocked maze with the property that there is only one path from one spot 2blocked maze with the property that there is only one path from one spot
5to any other, and there is always a path from one spot to any other. 3to any other, and there is always a path from one spot to any other.
6 4
7input: xsize, ysize; 5input: xsize, ysize;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines