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

Comparing deliantra/server/random_maps/exit.C (file contents):
Revision 1.43 by root, Sat Jun 26 22:10:18 2010 UTC vs.
Revision 1.44 by root, Wed Jun 30 01:32:57 2010 UTC

282 the_exit_down->x = downx + freearr_x[i]; 282 the_exit_down->x = downx + freearr_x[i];
283 the_exit_down->y = downy + freearr_y[i]; 283 the_exit_down->y = downy + freearr_y[i];
284 RP->origin_x = the_exit_down->x; 284 RP->origin_x = the_exit_down->x;
285 RP->origin_y = the_exit_down->y; 285 RP->origin_y = the_exit_down->y;
286 286
287 dynbuf_text buf;
288 write_map_parameters_to_string (buf, RP);
289 the_exit_down->msg = buf; 287 the_exit_down->msg = RP->as_shstr ();
290 288
291 /* the identifier for making a random map. */ 289 /* the identifier for making a random map. */
292 if (RP->dungeon_level >= RP->dungeon_depth && *RP->final_map) 290 if (RP->dungeon_level >= RP->dungeon_depth && *RP->final_map)
293 { 291 {
294 maptile *new_map; 292 maptile *new_map;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines