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

Comparing deliantra/server/random_maps/monster.C (file contents):
Revision 1.6 by root, Mon Dec 25 14:43:23 2006 UTC vs.
Revision 1.7 by root, Sat Dec 30 18:45:28 2006 UTC

62} 62}
63 63
64 64
65/* place some monsters into the map. */ 65/* place some monsters into the map. */
66void 66void
67place_monsters (maptile *map, char *monsterstyle, int difficulty, RMParms * RP) 67place_monsters (maptile *map, char *monsterstyle, int difficulty, random_map_params * RP)
68{ 68{
69 char styledirname[256]; 69 char styledirname[256];
70 maptile *style_map = 0; 70 maptile *style_map = 0;
71 int failed_placements; 71 int failed_placements;
72 sint64 exp_per_sq, total_experience; 72 sint64 exp_per_sq, total_experience;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines