From 37bb9c7ae928f2695e79a670e7503cbd05d521b2 Mon Sep 17 00:00:00 2001 From: Enno Rehling Date: Sun, 13 Nov 2016 19:00:59 +0100 Subject: [PATCH] Bug 2255: increase the max. number of teachers. https://bugs.eressea.de/view.php?id=2255 --- src/study.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/study.h b/src/study.h index e136d7345..20903583a 100644 --- a/src/study.h +++ b/src/study.h @@ -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];