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.11 by root, Fri Jan 19 21:49:58 2007 UTC vs.
Revision 1.12 by root, Fri Jan 19 22:24:10 2007 UTC

57 57
58 int decoroptions; 58 int decoroptions;
59 int orientation; 59 int orientation;
60 int origin_y; 60 int origin_y;
61 int origin_x; 61 int origin_x;
62 int random_seed; 62 uint32_t random_seed;
63 uint64_t total_map_hp; 63 uint64_t total_map_hp;
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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines