subs: Drop unit_path() parameter together

It's always non-zero now.

Signed-off-by: Markus Armbruster <armbru@pond.sub.org>
This commit is contained in:
Markus Armbruster 2014-12-28 22:36:25 +01:00
parent 6502ac2a8f
commit 4bc51f75f8
3 changed files with 4 additions and 8 deletions

View file

@ -58,7 +58,7 @@ extern void unit_onresize(int);
extern char *unit_nameof(struct empobj *);
extern void unit_list(struct emp_qelem *);
extern char *unit_path(int, struct empobj *, char *, size_t);
extern char *unit_path(struct empobj *, char *, size_t);
extern void unit_view(struct emp_qelem *);
extern void unit_teleport(struct empobj *, coord, coord);
extern int unit_update_cargo(struct empobj *);