forked from github/server
increase MAXSCHOLARS
This commit is contained in:
parent
44d044bdde
commit
38fd007d14
1 changed files with 1 additions and 1 deletions
|
@ -161,7 +161,7 @@ void autostudy_run(scholar scholars[], int nscholars)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#define MAXSCHOLARS 512
|
#define MAXSCHOLARS 2048
|
||||||
|
|
||||||
void do_autostudy(region *r)
|
void do_autostudy(region *r)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue