forked from github/server
increase MAXTEACHERS again (permament fix in 3.11)
This commit is contained in:
parent
36d884143e
commit
bf22cbc2ef
|
@ -45,7 +45,7 @@ extern "C" {
|
|||
|
||||
void demon_skillchange(struct unit *u);
|
||||
|
||||
#define MAXTEACHERS 32
|
||||
#define MAXTEACHERS 64
|
||||
#define TEACHNUMBER 10
|
||||
typedef struct teaching_info {
|
||||
struct unit *teachers[MAXTEACHERS];
|
||||
|
|
Loading…
Reference in New Issue