forked from github/server
- #if
This commit is contained in:
parent
dcb2cd93e0
commit
3fff885d4c
|
@ -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)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue