]> git.pond.sub.org Git - empserver/commit
(unit_put): New, create by combining shp_put() and lnd_put().
authorRon Koenderink <rkoenderink@yahoo.ca>
Tue, 23 Jan 2007 23:51:02 +0000 (23:51 +0000)
committerRon Koenderink <rkoenderink@yahoo.ca>
Tue, 23 Jan 2007 23:51:02 +0000 (23:51 +0000)
commitd94d269769c26e19827d29184ea2254a211263cb
tree50a9623f908dfac1edd293771892244181356c0c
parent038cc74d4edf0c3d769fefcd6c115626d6036dae
(unit_put): New, create by combining shp_put() and lnd_put().
(sail_nav_fleet, shp_nav_one_sector): Replace shp_put() with unit_put().
(lnd_mar_one_sector, att_fight, move_in_land): Replace lnd_put() with unit_put().
(shp_put, lnd_put): Remove.
include/land.h
include/prototypes.h
include/unit.h
src/lib/subs/attsub.c
src/lib/subs/lndsub.c
src/lib/subs/shpsub.c
src/lib/subs/unitsub.c
src/lib/update/sail.c