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

Comparing deliantra/server/random_maps/layout.C (file contents):
Revision 1.25 by root, Mon Jul 5 01:57:55 2010 UTC vs.
Revision 1.26 by root, Tue Jul 6 20:00:46 2010 UTC

1013static struct demo 1013static struct demo
1014{ 1014{
1015 demo () 1015 demo ()
1016 { 1016 {
1017 rmg_rndm.seed (time (0)); 1017 rmg_rndm.seed (time (0));
1018 extern void hack();hack ();
1018 1019
1019 for(int i=1;i<100;i++) 1020 for(int i=1;i<100;i++)
1020 { 1021 {
1021 layout maze (40, 30); 1022 layout maze (40, 30);
1022 maze.fill_rand (99); 1023 maze.fill_rand (99);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines