Home
last modified time | relevance | path

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

/dragonfly/games/sail/
H A Dsync.c114 static void recv_unfoul(struct ship *ship, long a, long b);
444 case W_UNFOUL: recv_unfoul(ship, a, b); break; in sync_update()
825 recv_unfoul(struct ship *ship, long a, long b) in recv_unfoul() function