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.21 by root, Tue Jun 29 16:52:53 2010 UTC vs.
Revision 1.22 by root, Tue Jun 29 18:27:02 2010 UTC

259#if 0 259#if 0
260static struct demo 260static struct demo
261{ 261{
262 demo () 262 demo ()
263 { 263 {
264 Layout layout (30, 30); 264 Layout layout (40, 25);
265 rmg_rndm.seed (time (0)); 265 rmg_rndm.seed (time (0));
266 266
267 for(int i=1;i<10;++i) 267 for(int i=1;i<10;++i)
268 { 268 {
269 maze_gen (layout, 3); 269 maze_gen (layout, 3);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines