increase MAXSCHOLARS

This commit is contained in:
Enno Rehling 2019-06-22 21:23:07 +02:00
parent 44d044bdde
commit 7eb0e580a0
1 changed files with 1 additions and 1 deletions

View File

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