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

Comparing deliantra/server/random_maps/random_map.h (file contents):
Revision 1.9 by pippijn, Sat Jan 6 14:42:30 2007 UTC vs.
Revision 1.11 by root, Fri Jan 19 21:49:58 2007 UTC

38 shstr origin_map; 38 shstr origin_map;
39 shstr final_map; 39 shstr final_map;
40 char exitstyle[512]; 40 char exitstyle[512];
41 shstr this_map; 41 shstr this_map;
42 char exit_on_final_map[512]; 42 char exit_on_final_map[512];
43 char *custom;
43 44
44 int Xsize; 45 int xsize, ysize;
45 int Ysize;
46 int expand2x; 46 int expand2x;
47 int layoutoptions1; 47 int layoutoptions1;
48 int layoutoptions2; 48 int layoutoptions2;
49 int layoutoptions3; 49 int layoutoptions3;
50 int symmetry; 50 int symmetry;
64 int map_layout_style; 64 int map_layout_style;
65 int treasureoptions; 65 int treasureoptions;
66 int symmetry_used; 66 int symmetry_used;
67 67
68 struct region *region; 68 struct region *region;
69
70 // "private", adjusted sizes
71 int Xsize;
72 int Ysize;
69}; 73};
70 74
71enum { 75enum {
72 LAYOUT_NONE, 76 LAYOUT_NONE,
73 LAYOUT_ONION, 77 LAYOUT_ONION,

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines