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

Comparing deliantra/server/random_maps/special.C (file contents):
Revision 1.22 by root, Sat Feb 17 23:32:11 2007 UTC vs.
Revision 1.23 by root, Sun Mar 18 03:05:40 2007 UTC

204 204
205void 205void
206place_special_exit (maptile *map, int hole_type, random_map_params *RP) 206place_special_exit (maptile *map, int hole_type, random_map_params *RP)
207{ 207{
208 int ix, iy, i = -1; 208 int ix, iy, i = -1;
209 char buf[16384];
209 char buf[16384], *style, *decor, *mon; 210 const char *style, *decor, *mon;
210 maptile *exit_style = find_style ("/styles/misc", "obscure_exits", -1); 211 maptile *exit_style = find_style ("/styles/misc", "obscure_exits", -1);
211 int g_xsize, g_ysize; 212 int g_xsize, g_ysize;
212 213
213 if (!exit_style) 214 if (!exit_style)
214 { 215 {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines