ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/random_maps/random_map.C
(Generate patch)

Comparing deliantra/server/random_maps/random_map.C (file contents):
Revision 1.25 by root, Fri Jan 19 22:24:10 2007 UTC vs.
Revision 1.26 by root, Thu Jan 25 03:54:45 2007 UTC

156 156
157 /* allocate the map and set the floor */ 157 /* allocate the map and set the floor */
158 make_map_floor (layout, RP->floorstyle, RP); 158 make_map_floor (layout, RP->floorstyle, RP);
159 159
160 /* set region */ 160 /* set region */
161 region = RP->region; 161 default_region = RP->region;
162 162
163 CEDE; 163 CEDE;
164 164
165 /* create walls unless the wallstyle is "none" */ 165 /* create walls unless the wallstyle is "none" */
166 if (strcmp (RP->wallstyle, "none")) 166 if (strcmp (RP->wallstyle, "none"))

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines