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.10 by root, Thu Jan 11 00:41:08 2007 UTC vs.
Revision 1.11 by root, Fri Jan 19 21:49:58 2007 UTC

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 char *custom;
44 44
45 int Xsize; 45 int xsize, ysize;
46 int Ysize;
47 int expand2x; 46 int expand2x;
48 int layoutoptions1; 47 int layoutoptions1;
49 int layoutoptions2; 48 int layoutoptions2;
50 int layoutoptions3; 49 int layoutoptions3;
51 int symmetry; 50 int symmetry;
65 int map_layout_style; 64 int map_layout_style;
66 int treasureoptions; 65 int treasureoptions;
67 int symmetry_used; 66 int symmetry_used;
68 67
69 struct region *region; 68 struct region *region;
69
70 // "private", adjusted sizes
71 int Xsize;
72 int Ysize;
70}; 73};
71 74
72enum { 75enum {
73 LAYOUT_NONE, 76 LAYOUT_NONE,
74 LAYOUT_ONION, 77 LAYOUT_ONION,

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines