Bug 2255: increase the max. number of teachers.

https://bugs.eressea.de/view.php?id=2255
This commit is contained in:
Enno Rehling 2016-11-13 19:00:59 +01:00
parent 3533291711
commit 37bb9c7ae9

View file

@ -45,7 +45,7 @@ extern "C" {
void demon_skillchange(struct unit *u);
#define MAXTEACHERS 20
#define MAXTEACHERS 32
#define TEACHNUMBER 10
typedef struct teaching_info {
struct unit *teachers[MAXTEACHERS];