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.6 by root, Sat Dec 30 18:45:28 2006 UTC vs.
Revision 1.7 by root, Sun Dec 31 20:46:17 2006 UTC

32 char monsterstyle[512]; 32 char monsterstyle[512];
33 char treasurestyle[512]; 33 char treasurestyle[512];
34 char layoutstyle[512]; 34 char layoutstyle[512];
35 char doorstyle[512]; 35 char doorstyle[512];
36 char decorstyle[512]; 36 char decorstyle[512];
37 char origin_map[512]; 37 shstr origin_map;
38 char final_map[512]; 38 shstr final_map;
39 char exitstyle[512]; 39 char exitstyle[512];
40 char this_map[512]; 40 shstr this_map;
41 char exit_on_final_map[512]; 41 char exit_on_final_map[512];
42 42
43 int Xsize; 43 int Xsize;
44 int Ysize; 44 int Ysize;
45 int expand2x; 45 int expand2x;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines