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.8 by root, Wed Dec 13 21:27:09 2006 UTC vs.
Revision 1.9 by root, Thu Dec 14 22:45:40 2006 UTC

160 /* free the layout */ 160 /* free the layout */
161 for (i = 0; i < RP->Xsize; i++) 161 for (i = 0; i < RP->Xsize; i++)
162 free (layout[i]); 162 free (layout[i]);
163 free (layout); 163 free (layout);
164 164
165 theMap->msg = strdup_local (buf); 165 theMap->msg = strdup (buf);
166 166
167 return theMap; 167 return theMap;
168} 168}
169 169
170/* function selects the layout function and gives it whatever 170/* function selects the layout function and gives it whatever

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines