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.3 by root, Thu Sep 14 22:34:02 2006 UTC vs.
Revision 1.4 by root, Sun Dec 31 19:02:24 2006 UTC

1
1/* peterm@langmuir.eecs.berkeley.edu: this function generates a random 2/* peterm@langmuir.eecs.berkeley.edu: this function generates a random
2snake-type layout. 3snake-type layout.
3 4
4input: xsize, ysize; 5input: xsize, ysize;
5output: a char** array with # and . for closed and open respectively. 6output: a char** array with # and . for closed and open respectively.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines