increase MAXSCHOLARS

This commit is contained in:
Enno Rehling 2019-06-22 21:23:07 +02:00
parent 44d044bdde
commit 38fd007d14

View file

@ -161,7 +161,7 @@ void autostudy_run(scholar scholars[], int nscholars)
}
}
#define MAXSCHOLARS 512
#define MAXSCHOLARS 2048
void do_autostudy(region *r)
{