(player_coms, best): bestdistpath' and
bestpath' violate the rule
that commands must be unique within the first four letters. best() implements both. It calls BestDistPath() for the former, and BestLandPath() for the latter. However, BestDistPath() is just a wrapper around BestLandPath(); it does exactly the same. Drop `bestdistpath'.
This commit is contained in:
parent
c16179eeae
commit
92fcbc22a7
4 changed files with 3 additions and 45 deletions
|
@ -246,7 +246,6 @@ struct cmndstr player_coms[] = {
|
|||
NORM + MONEY + CAP},
|
||||
{"bdes <SECTS> <type>", 0, bdes, C_MOD, NORM},
|
||||
{"bestpath <SECTS> <SECTS>", 0, best, 0, NORM},
|
||||
{"bestdistpath <SECTS> <SECTS>", 0, best, 0, NORM},
|
||||
{"bmap <SECTS|UNIT> [s|l|p|r|t*]", 0, map, C_MOD, NORM},
|
||||
{"board <to-SHIP> [<from-SHIP>|<from-sector>]", 3, boar, C_MOD,
|
||||
NORM + MONEY + CAP},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue