forked from github/server
increase MAXSCHOLARS
This commit is contained in:
parent
44d044bdde
commit
7eb0e580a0
|
@ -161,7 +161,7 @@ void autostudy_run(scholar scholars[], int nscholars)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#define MAXSCHOLARS 512
|
#define MAXSCHOLARS 1024
|
||||||
|
|
||||||
void do_autostudy(region *r)
|
void do_autostudy(region *r)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue