]> git.pond.sub.org Git - empserver/commit
Clean up path finding in move_ground()
authorMarkus Armbruster <armbru@pond.sub.org>
Sat, 26 Mar 2011 12:15:05 +0000 (13:15 +0100)
committerMarkus Armbruster <armbru@pond.sub.org>
Tue, 12 Apr 2011 19:51:32 +0000 (21:51 +0200)
commitdac2c95dd58cab94785599fd46519c1650d77f08
treee06a368c048d43503a2d1165e84a935f6e29d9b8
parentb73a3f52e57a1b6c43e107c10a2b33eb85a77c79
Clean up path finding in move_ground()

Don't claim the destination sector is unreachable when the best path
is longer than 1023 characters.  Instead, report that the path is too
long.
src/lib/subs/move.c