]> git.pond.sub.org Git - empserver/commit
Fix show sect b not to omit undesignatable sectors
authorMarkus Armbruster <armbru@pond.sub.org>
Sat, 21 Feb 2009 14:59:36 +0000 (15:59 +0100)
committerMarkus Armbruster <armbru@pond.sub.org>
Sun, 19 Jul 2009 17:52:55 +0000 (13:52 -0400)
commitbe6d7ca913679156711c2d31441d6e1821567c06
treeeec37fd3842d2f424c836b3cb231982596c77021
parent9ff6314a0e9e89856055b83f913d069654fa9064
Fix show sect b not to omit undesignatable sectors

show sect b needs to explain any sector players can build.
show_sect_build() omitted sectors players can't designate.  That's
wrong, because players can certainly own and thus build sectors they
can't designate.  Test for infinite mobility cost instead, like
show_sect_stats().
src/lib/subs/show.c