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.17 by root, Sat Jul 3 13:14:35 2010 UTC vs.
Revision 1.18 by root, Sat Jul 3 13:39:04 2010 UTC

776 else 776 else
777 make_wall (*this, dx, dy, 1); 777 make_wall (*this, dx, dy, 1);
778 } 778 }
779} 779}
780 780
781//-GPL
782
781///////////////////////////////////////////////////////////////////////////// 783/////////////////////////////////////////////////////////////////////////////
782 784
783// inspired mostly by http://www.jimrandomh.org/misc/caves.txt 785// inspired mostly by http://www.jimrandomh.org/misc/caves.txt
784void 786void
785layout::gen_cave (int subtype) 787layout::gen_cave (int subtype)
879 delete &rp; 881 delete &rp;
880 882
881 maze.border (); 883 maze.border ();
882 maze.isolation_remover (); 884 maze.isolation_remover ();
883} 885}
886
887//+GPL
884 888
885/* function selects the maze function and gives it whatever 889/* function selects the maze function and gives it whatever
886 arguments it needs. */ 890 arguments it needs. */
887void 891void
888layout::generate (random_map_params *RP) 892layout::generate (random_map_params *RP)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines