subs: Rename shp_nav(), lnd_mar()
... to shp_nav_stay_behind(), lnd_mar_stay_behind(), to better reflect their purpose. Signed-off-by: Markus Armbruster <armbru@pond.sub.org>
This commit is contained in:
parent
24000b4855
commit
74a71aa007
5 changed files with 6 additions and 6 deletions
|
@ -161,7 +161,7 @@ shp_insque(struct shpstr *sp, struct emp_qelem *list)
|
|||
}
|
||||
|
||||
void
|
||||
shp_nav(struct emp_qelem *list, natid actor)
|
||||
shp_nav_stay_behind(struct emp_qelem *list, natid actor)
|
||||
{
|
||||
struct emp_qelem *qp;
|
||||
struct emp_qelem *next;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue