| version 1.6 | | version 1.7 |
|---|
| | |
| /* | | /* |
| * static char *rcsid_swap_c = | | * static char *rcsid_swap_c = |
| * "$Id: swap.c,v 1.6 2001/07/14 04:11:18 mwedel Exp $"; | | * "$Id: swap.c,v 1.7 2001/07/31 06:54:07 mwedel Exp $"; |
| */ | | */ |
| | | |
| /* | | /* |
| | |
| * Keep using it so that old temp files continue | | * Keep using it so that old temp files continue |
| * to work. | | * to work. |
| */ | | */ |
| fprintf(fp,"%s:%s:%ld:0:0:%d:%d:%d\n", map->path, map->tmpname, | | fprintf(fp,"%s:%s:%ld:0:0:%d:0:%d\n", map->path, map->tmpname, |
| (map->reset_time==-1 ? -1: map->reset_time-current_time), | | (map->reset_time==-1 ? -1: map->reset_time-current_time), |
| map->difficulty, map->do_los, | | map->difficulty, |
| map->darkness); | | map->darkness); |
| } | | } |
| } | | } |