version 1.52 | | version 1.53 |
---|
| | |
/* | | /* |
* static char *rcsid_map_c = | | * static char *rcsid_map_c = |
* "$Id: map.c,v 1.52 2003/03/03 05:13:08 mwedel Exp $"; | | * "$Id: map.c,v 1.53 2003/03/08 05:35:32 mwedel Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
archetype *at; | | archetype *at; |
int x,y; | | int x,y; |
int diff=0; | | int diff=0; |
int total_exp=0,exp_pr_sq; | | |
int i; | | int i; |
| | sint64 exp_pr_sq, total_exp=0; |
| | |
if (MAP_DIFFICULTY(m)) { | | if (MAP_DIFFICULTY(m)) { |
LOG(llevDebug, "Using stored map difficulty: %d\n", MAP_DIFFICULTY(m)); | | LOG(llevDebug, "Using stored map difficulty: %d\n", MAP_DIFFICULTY(m)); |