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.13 by pippijn, Sat Jan 6 14:42:30 2007 UTC vs.
Revision 1.14 by root, Thu Jan 11 00:41:08 2007 UTC

199 199
200void 200void
201place_special_exit (maptile *map, int hole_type, random_map_params *RP) 201place_special_exit (maptile *map, int hole_type, random_map_params *RP)
202{ 202{
203 int ix, iy, i = -1; 203 int ix, iy, i = -1;
204 char buf[HUGE_BUF], *style, *decor, *mon; 204 char buf[16384], *style, *decor, *mon;
205 maptile *exit_style = find_style ("/styles/misc", "obscure_exits", -1); 205 maptile *exit_style = find_style ("/styles/misc", "obscure_exits", -1);
206 int g_xsize, g_ysize; 206 int g_xsize, g_ysize;
207 207
208 object *the_exit = object::create (); 208 object *the_exit = object::create ();
209 209

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines