Home
last modified time | relevance | path

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

/dragonfly/games/sail/
H A Dsync.c110 static void recv_hull(struct ship *ship, long a);
440 case W_HULL: recv_hull(ship, a); break; in sync_update()
797 recv_hull(struct ship *ship, long a) in recv_hull() function