From 3fff885d4c2eeee73604b1a1d8e879835fb958dd Mon Sep 17 00:00:00 2001 From: Christian Schlittchen Date: Sun, 3 Feb 2002 12:02:18 +0000 Subject: [PATCH] - #if --- src/eressea/korrektur.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/eressea/korrektur.c b/src/eressea/korrektur.c index 04c74097b..a0f12d0dc 100644 --- a/src/eressea/korrektur.c +++ b/src/eressea/korrektur.c @@ -2623,8 +2623,7 @@ fix_astralplane(void) return 0; } -#if !SKILLPOINTS - +#if SKILLPOINTS == 0 static int level(int days) { @@ -2633,7 +2632,6 @@ level(int days) return l-1; } -#if SKILLPOINTS == 0 int convert_skills(void) {