]> git.pond.sub.org Git - empserver/commit
Replace pln_onewaymission() by pln_where_to_land()
authorMarkus Armbruster <armbru@pond.sub.org>
Sat, 23 Jun 2012 18:36:48 +0000 (20:36 +0200)
committerMarkus Armbruster <armbru@pond.sub.org>
Fri, 13 Jul 2012 18:14:10 +0000 (20:14 +0200)
commitd9a915a05b9a1d855538a5394574ba259916b132
tree9086078e0564528b2e0b9a802ba1761e4ec1fc4c
parent41b2fa433f25d2594fe0e71620aef59f05e410f2
Replace pln_onewaymission() by pln_where_to_land()

New function reads and returns target sector/ship.  Avoids reading the
target sector unnecessarily.  Callers receive the target ship, not
just its number.  Next commit will put it to use.
include/prototypes.h
src/lib/commands/fly.c
src/lib/commands/reco.c
src/lib/subs/plnsub.c