Home
last modified time | relevance | path

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

/dragonfly/games/sail/
H A Dsync.c107 static void recv_foul(struct ship *ship, long a);
437 case W_FOUL: recv_foul(ship, a); break; in sync_update()
767 recv_foul(struct ship *ship, long a) in recv_foul() function