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

Comparing deliantra/server/random_maps/snake.C (file contents):
Revision 1.2 by root, Sun Sep 10 16:06:37 2006 UTC vs.
Revision 1.3 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
4snake-type layout. 2snake-type layout.
5 3
6input: xsize, ysize; 4input: xsize, ysize;
7output: a char** array with # and . for closed and open respectively. 5output: a char** array with # and . for closed and open respectively.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines