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.19 by root, Tue Apr 15 03:00:24 2008 UTC vs.
Revision 1.20 by root, Tue Apr 15 18:43:11 2008 UTC

124// 12 has been experimentally :( determined ot be a lot more stable 124// 12 has been experimentally :( determined ot be a lot more stable
125// than 11 or 10, leading to the assumption that something inherently 125// than 11 or 10, leading to the assumption that something inherently
126// needs a minimum size of at least 12 126// needs a minimum size of at least 12
127#define MIN_RANDOM_MAP_SIZE 12 127#define MIN_RANDOM_MAP_SIZE 12
128 128
129// reference
130//
131// \0 floor only
132// # wall
133// D door
134// < up
135// > down
136// C "center" (of onion layout)
137// . ?? (rogue)
138//
139
129struct LayoutData : zero_initialised 140struct LayoutData : zero_initialised
130{ 141{
131 char **col; 142 char **col;
132 int w, h; 143 int w, h;
133 144

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines