- Dateinamen

This commit is contained in:
Christian Schlittchen 2002-02-03 11:55:49 +00:00
parent 62c87a6f82
commit 3f41e0d736
3 changed files with 5 additions and 4 deletions

View File

@ -2793,8 +2793,8 @@ reports(void)
turn, factionid(f), turn, factionid(f), turn, factionid(f));
}
fprintf(shfp, "eresseamail.zipped $addr \"%s %s\" \"%s-%d.zip\" "
"%s.zip\n", global.gamename, gamedate_short(), factionid(f), turn, factionid(f));
fprintf(shfp, "eresseamail.zipped $addr \"%s %s\" \"%d-%s.zip\" "
"%d-%s.zip\n", global.gamename, gamedate_short(), turn, factionid(f), turn, factionid(f));
} else if(f->options & wants_bzip2) {

View File

@ -21,8 +21,8 @@
#define REMOVENMRNEWBIE 1
#define REMOVENMRTIMEOUT 1
#define HUNGER_DISABLES_LONGORDERS 1
#define REDUCED_PEASANTGROWTH 1
#define RACE_ADJUSTMENTS 1
#define REDUCED_PEASANTGROWTH 0
#define RACE_ADJUSTMENTS 0
#define SKILLPOINTS 1
#define TEACHDIFFERENCE 1

View File

@ -2633,6 +2633,7 @@ level(int days)
return l-1;
}
#if SKILLPOINTS == 0
int
convert_skills(void)
{