Belatedly update convert's c_form
Commit 82c91665
(v4.3.16) removed its optional third argument without
updating c_form.
This commit is contained in:
parent
02293b9bd1
commit
f75c03dfd9
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ struct cmndstr player_coms[] = {
|
|||
{"commodity <SECTS>", 0, comm, 0, NONVIS},
|
||||
{"consider <loan|treaty> <LOAN/TREATY> <acc|decl|post>",
|
||||
1, cons, C_MOD, NORM + CAP},
|
||||
{"convert <SECTS> <NUM> [sure?]", 2, conv, C_MOD, NORM + MONEY + CAP},
|
||||
{"convert <SECTS> <NUM>", 2, conv, C_MOD, NORM + MONEY + CAP},
|
||||
{"country <NATS>", 0, coun, 0, 0},
|
||||
{"cutoff <SECTS>", 0, cuto, 0, NORM},
|
||||
{"declare <all|friend|neut|hos|war> <NATS>",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue