(player_coms): Fix c_form for upgrade. From Marc Olzheim.
This commit is contained in:
parent
759d3185ad
commit
cff4c77bf9
1 changed files with 1 additions and 1 deletions
|
@ -453,7 +453,7 @@ struct cmndstr player_coms[] = {
|
|||
C_MOD, NORM + CAP},
|
||||
{"unsail <SHIPS>", 1, sail, C_MOD, NORM + CAP},
|
||||
{"update", 0, upda, 0, VIS},
|
||||
{"upgrade <SHIPS|LAND UNITS|PLANES>", 1, upgr, C_MOD,
|
||||
{"upgrade <s|p|l> <SHIPS|PLANES|UNITS>", 1, upgr, C_MOD,
|
||||
NORM + MONEY + CAP},
|
||||
{"version", 0, vers, 0, VIS},
|
||||
{"wait", 0, wai, C_MOD, GOD},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue