Drop add's obscure sector check and wipe functionality
If you really need to wipe out a country, there's much more to wipe than just sectors.
This commit is contained in:
parent
a9e485b13e
commit
62f0da239f
4 changed files with 9 additions and 61 deletions
|
@ -1153,12 +1153,12 @@ write_newcap_script(void)
|
|||
}
|
||||
|
||||
for (c = 0; c < nc; ++c) {
|
||||
fprintf(script, "add %d %d %d n i\n", c + 1, c + 1, c + 1);
|
||||
fprintf(script, "add %d %d %d n\n", c + 1, c + 1, c + 1);
|
||||
if (AIRPORT_MARKER)
|
||||
fprintf(script, "des %d,%d -\n", capx[c], capy[c]);
|
||||
fprintf(script, "newcap %d %d,%d\n", c + 1, capx[c], capy[c]);
|
||||
}
|
||||
fprintf(script, "add %d visitor visitor v i\n", c + 1);
|
||||
fprintf(script, "add %d visitor visitor v\n", c + 1);
|
||||
fclose(script);
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue