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.10 by root, Thu Jan 11 00:41:08 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;
45 int Ysize; 46 int Ysize;
46 int expand2x; 47 int expand2x;
47 int layoutoptions1; 48 int layoutoptions1;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines