]> git.pond.sub.org Git - empserver/commit
(unit_list): New, create by combining shp_list() and lnd_list().
authorRon Koenderink <rkoenderink@yahoo.ca>
Tue, 23 Jan 2007 01:41:37 +0000 (01:41 +0000)
committerRon Koenderink <rkoenderink@yahoo.ca>
Tue, 23 Jan 2007 01:41:37 +0000 (01:41 +0000)
commit038cc74d4edf0c3d769fefcd6c115626d6036dae
tree25c14692b15e7ce848882dc8e95c0df3327e0270
parent99e30073f2b79952b40e7fc94db8bdc58877547a
(unit_list): New, create by combining shp_list() and lnd_list().
(do_unit_move): Replace call to shp_list() and lnd_list() with unit_list().
(shp_list, lnd_list): Remove, not needed, replaced by unit_list().
include/land.h
include/prototypes.h
include/unit.h
src/lib/commands/navi.c
src/lib/subs/lndsub.c
src/lib/subs/shpsub.c
src/lib/subs/unitsub.c [new file with mode: 0644]