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

Comparing deliantra/server/random_maps/wall.C (file contents):
Revision 1.25 by root, Fri Apr 11 21:09:53 2008 UTC vs.
Revision 1.26 by root, Sun May 4 14:12:38 2008 UTC

151 style_map = find_style (styledirname, w_style, -1); 151 style_map = find_style (styledirname, w_style, -1);
152 if (!style_map) 152 if (!style_map)
153 return; 153 return;
154 154
155 /* fill up the map with the given floor style */ 155 /* fill up the map with the given floor style */
156 if ((the_wall = style_map->pick_random_object ())) 156 if ((the_wall = style_map->pick_random_object (rmg_rndm)))
157 { 157 {
158 int i, j; 158 int i, j;
159 char *cp; 159 char *cp;
160 int joinedwalls = 0; 160 int joinedwalls = 0;
161 object *thiswall; 161 object *thiswall;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines