]> git.pond.sub.org Git - empserver/commit
(player_coms, best): `bestdistpath' and `bestpath' violate the rule
authorMarkus Armbruster <armbru@pond.sub.org>
Tue, 13 Jan 2004 18:23:26 +0000 (18:23 +0000)
committerMarkus Armbruster <armbru@pond.sub.org>
Tue, 13 Jan 2004 18:23:26 +0000 (18:23 +0000)
commit92fcbc22a78012b32725f91ee166edb2e605349e
tree80b8b42c3420807802d7f2b17baac405c9a0a535
parentc16179eeaeead565f626449a3f5a4469f578dc6d
(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'.
info/Commands/bestdistpath.t [deleted file]
info/Commands/bestpath.t
src/lib/commands/best.c
src/lib/player/empmod.c