This commit is contained in:
Christian Schlittchen 2002-02-03 12:02:18 +00:00
parent dcb2cd93e0
commit 3fff885d4c
1 changed files with 1 additions and 3 deletions

View File

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