]> git.pond.sub.org Git - empserver/commit
Fix default map size in interactive move, test and transport
authorMarkus Armbruster <armbru@pond.sub.org>
Tue, 19 Aug 2008 01:36:40 +0000 (21:36 -0400)
committerMarkus Armbruster <armbru@pond.sub.org>
Wed, 20 Aug 2008 11:40:51 +0000 (07:40 -0400)
commit88997ec31fbb2faaaafa44f74272664985af31c0
treed99b29a13d1eb245389d20b7a18f6fc59b77c2be
parentdce3ba7e2f4f1972cba6015caf94998779014989
Fix default map size in interactive move, test and transport

Sub-command 'm' calls display_region_map() to display a map.  The map
is centered on the current sector by default.  It extended one sector
farther to the right and down than to the left and up.  Odd, and
inconsistent with the map size used by unit_map() for navigate and
march sub-command 'M'.  Fix that.
src/lib/subs/maps.c