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.5 by root, Sat Sep 16 22:24:12 2006 UTC vs.
Revision 1.6 by root, Mon Dec 25 14:43:23 2006 UTC

110 } 110 }
111 else 111 else
112 { 112 {
113 failed_placements++; 113 failed_placements++;
114 } 114 }
115 exp_per_sq = (sint64) (((double) 1000 * total_experience) / (MAP_WIDTH (map) * MAP_HEIGHT (map) + 1)); 115 exp_per_sq = (sint64) (((double) 1000 * total_experience) / (map->width * map->height + 1));
116 } 116 }
117} 117}

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines