--- deliantra/server/random_maps/random_map.h 2010/07/02 15:43:37 1.35 +++ deliantra/server/random_maps/random_map.h 2010/07/02 17:18:04 1.36 @@ -166,6 +166,7 @@ int w, h; layout (int w, int h); + layout (layout ©); ~layout (); operator cell **() const @@ -209,6 +210,8 @@ MTH void rotate (int rotation); // rotate by 1=90, 2=180, 3=270 degrees void generate (random_map_params *RP); +private: + void alloc (int w, int h); }; // utility functions, to use rmg_rndm instead of rndm.