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.22 by root, Fri Jan 19 15:29:52 2007 UTC vs.
Revision 1.23 by root, Fri Jan 19 15:38:01 2007 UTC

164 make_map_walls (this, layout, RP->wallstyle, RP); 164 make_map_walls (this, layout, RP->wallstyle, RP);
165 165
166 /* place doors unless doorstyle or wallstyle is "none" */ 166 /* place doors unless doorstyle or wallstyle is "none" */
167 if (strcmp (RP->doorstyle, "none")) 167 if (strcmp (RP->doorstyle, "none"))
168 put_doors (this, layout, RP->doorstyle, RP); 168 put_doors (this, layout, RP->doorstyle, RP);
169
170 } 169 }
171 170
172 CEDE; 171 CEDE;
173 172
174 /* create exits unless the exitstyle is "none" */ 173 /* create exits unless the exitstyle is "none" */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines