forked from github/server
kompiliert
This commit is contained in:
parent
e8545f9c64
commit
62c87a6f82
|
@ -55,7 +55,6 @@
|
|||
#include <spell.h>
|
||||
#include <alchemy.h>
|
||||
#include <study.h>
|
||||
#include <unit.h>
|
||||
|
||||
/* util includes */
|
||||
#include <attrib.h>
|
||||
|
@ -2624,6 +2623,8 @@ fix_astralplane(void)
|
|||
return 0;
|
||||
}
|
||||
|
||||
#if !SKILLPOINTS
|
||||
|
||||
static int
|
||||
level(int days)
|
||||
{
|
||||
|
@ -2660,6 +2661,7 @@ convert_skills(void)
|
|||
}
|
||||
return 0;
|
||||
}
|
||||
#endif
|
||||
|
||||
void
|
||||
korrektur(void)
|
||||
|
|
Loading…
Reference in New Issue