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.48 by root, Tue Apr 13 03:24:32 2010 UTC vs.
Revision 1.49 by root, Wed Apr 14 18:53:37 2010 UTC

337 place_fountain_with_specials (map); 337 place_fountain_with_specials (map);
338 break; 338 break;
339 339
340 case SPECIAL_EXIT: 340 case SPECIAL_EXIT:
341 /* Make an exit to another random map, e.g. a gloryhole. */ 341 /* Make an exit to another random map, e.g. a gloryhole. */
342 //place_special_exit (map, 0, RP); 342 place_special_exit (map, 0, RP);
343 place_special_exit (map, GLORY_HOLE, RP);
344 break; 343 break;
345 } 344 }
346} 345}
347 346

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines