New SCT_BUDG_MAX
This commit is contained in:
parent
48ff09664b
commit
1f60baf818
3 changed files with 4 additions and 3 deletions
|
|
@ -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)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue