ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/common/map.c
(Generate patch)

Comparing deliantra/server/common/map.c (file contents):
Revision 1.12.2.1 by elmex, Thu Aug 10 08:26:28 2006 UTC vs.
Revision 1.12.2.2 by elmex, Thu Aug 10 20:18:02 2006 UTC

1/* 1/*
2 * static char *rcsid_map_c = 2 * static char *rcsid_map_c =
3 * "$Id: map.c,v 1.12.2.1 2006/08/10 08:26:28 elmex Exp $"; 3 * "$Id: map.c,v 1.12.2.2 2006/08/10 20:18:02 elmex Exp $";
4 */ 4 */
5 5
6/* 6/*
7 CrossFire, A Multiplayer game for X-windows 7 CrossFire, A Multiplayer game for X-windows
8 8
1658 1658
1659 for (i = 1; i <= settings.max_level; i++) 1659 for (i = 1; i <= settings.max_level; i++)
1660 { 1660 {
1661 if ((level_exp (i, 1) - level_exp (i - 1, 1)) > (100 * avgexp)) 1661 if ((level_exp (i, 1) - level_exp (i - 1, 1)) > (100 * avgexp))
1662 { 1662 {
1663 LOG(llevError, "Calculated difficulty for map: %s: %d\n", m->name, i); 1663 /* LOG(llevDebug, "Calculated difficulty for map: %s: %d\n", m->name, i); */
1664 return i; 1664 return i;
1665 } 1665 }
1666 } 1666 }
1667} 1667}
1668 1668

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines