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

Comparing cf.schmorp.de/server/random_maps/monster.C (file contents):
Revision 1.28 by root, Sun Mar 28 22:29:50 2010 UTC vs.
Revision 1.29 by root, Sat Jul 3 01:12:45 2010 UTC

26#include <random_map.h> 26#include <random_map.h>
27#include <rproto.h> 27#include <rproto.h>
28 28
29/* place some monsters into the map. */ 29/* place some monsters into the map. */
30void 30void
31place_monsters (maptile *map, char *monsterstyle, int difficulty, random_map_params *RP) 31place_monsters (maptile *map, const char *monsterstyle, int difficulty, random_map_params *RP)
32{ 32{
33 int failed_placements; 33 int failed_placements;
34 sint64 exp_per_sq, total_experience; 34 sint64 exp_per_sq, total_experience;
35 int number_monsters = 0; 35 int number_monsters = 0;
36 archetype *at; 36 archetype *at;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines