New SCT_BUDG_MAX

This commit is contained in:
Markus Armbruster 2009-02-20 18:21:37 +01:00
parent 48ff09664b
commit 1f60baf818
3 changed files with 4 additions and 3 deletions

View file

@ -101,7 +101,7 @@ update_main(void)
logerror("done preparing sectors.");
logerror("producing for countries...");
for (i = 0; i < MAXNOC; i++) {
long p_sect[SCT_TYPE_MAX+2][2];
long p_sect[SCT_BUDG_MAX+1][2];
memset(p_sect, 0, sizeof(p_sect));
if (!(np = getnatp(i)))