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.9 by root, Sun Dec 31 19:02:24 2006 UTC vs.
Revision 1.10 by root, Sun Dec 31 20:46:17 2006 UTC

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, random_map_params *RP) 67place_monsters (maptile *map, char *monsterstyle, int difficulty, random_map_params *RP)
68{ 68{
69 char styledirname[256]; 69 char styledirname[1024];
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;
73 int number_monsters = 0; 73 int number_monsters = 0;
74 archetype *at; 74 archetype *at;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines