]> git.pond.sub.org Git - empserver/commit - src/lib/subs/shpsub.c
(unit_view): New, create by expanding shp_view() to work for
authorRon Koenderink <rkoenderink@yahoo.ca>
Sat, 27 Jan 2007 02:04:27 +0000 (02:04 +0000)
committerRon Koenderink <rkoenderink@yahoo.ca>
Sat, 27 Jan 2007 02:04:27 +0000 (02:04 +0000)
commit7434da679e35d1df0de924d372ab8e28b23048a3
treeea1060d578fb7253a4adea7cc8874b6379a309b0
parentaee2bc78e2b2b771d673950d2be0f4877c8d348d
(unit_view): New, create by expanding shp_view() to work for
land_unit as well.
(do_unit_move): Add view option for land units using unit_view().
Combine ship and land viewing using the unit_view().
(shp_view): Remove, not used any more, replaced by unit_view().
include/prototypes.h
include/unit.h
src/lib/commands/navi.c
src/lib/subs/shpsub.c
src/lib/subs/unitsub.c