invalid reference removed

This commit is contained in:
Enno Rehling 2005-12-29 15:08:54 +00:00
parent 8727c7fc4f
commit 9ea1f9fdf5
1 changed files with 0 additions and 30 deletions

View File

@ -1034,28 +1034,6 @@ fix_resources(void)
return retval; return retval;
} }
#define REPORT_NR (1 << O_REPORT)
#define REPORT_CR (1 << O_COMPUTER)
#define REPORT_ZV (1 << O_ZUGVORLAGE)
static int
disable_templates(void)
{
faction * f;
for (f=factions;f;f=f->next) {
if (f->options & REPORT_CR) {
f->options &= ~REPORT_ZV;
}
}
return 0;
}
static int
nothing(void)
{
return 0;
}
static int static int
fix_attribflags(void) fix_attribflags(void)
{ {
@ -1119,8 +1097,6 @@ fix_chaosgates(void)
return 0; return 0;
} }
void print_keys(const attrib * alist);
void void
korrektur(void) korrektur(void)
{ {
@ -1129,12 +1105,6 @@ korrektur(void)
#if TEST_LOCALES #if TEST_LOCALES
setup_locales(); setup_locales();
#endif #endif
if (turn>400) {
print_keys(global.attribs);
do_once("zvrm", &disable_templates);
} else {
do_once("zvrm", &nothing);
}
do_once("rdec", &road_decay); do_once("rdec", &road_decay);
do_once("chgt", &fix_chaosgates); do_once("chgt", &fix_chaosgates);