increase MAXTEACHERS again (permament fix in 3.11)

This commit is contained in:
Enno Rehling 2017-01-29 11:30:22 +01:00
parent 36d884143e
commit bf22cbc2ef
1 changed files with 1 additions and 1 deletions

View File

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