Home
last modified time | relevance | path

Searched refs:lnd_first_on_land (Results 1 – 4 of 4) sorted by relevance

/dports/games/wolfpack/empire-4.4.1/include/
H A Dland.h161 extern int lnd_first_on_land(struct lndstr *);
/dports/games/wolfpack/empire-4.4.1/src/lib/common/
H A Dcargo.c376 lnd_first_on_land(struct lndstr *lp) in lnd_first_on_land() function
/dports/games/wolfpack/empire-4.4.1/src/lib/update/
H A Drevolt.c543 for (i = lnd_first_on_land(lp); i >= 0; i = lnd_next_on_unit(i)) { in lnd_dies_fighting_che()
/dports/games/wolfpack/empire-4.4.1/src/lib/commands/
H A Dload.c413 if (lnd_first_on_land(lp) >= 0) { in land_loadable()