Home
last modified time | relevance | path

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

/dragonfly/games/sail/
H A Dsync.c115 static void recv_points(struct ship *ship, long a);
445 case W_POINTS: recv_points(ship, a); break; in sync_update()
841 recv_points(struct ship *ship, long a) in recv_points() function