Home
last modified time | relevance | path

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

/dragonfly/games/sail/
H A Dsync.c111 static void recv_move(struct ship *ship, const char *astr);
441 case W_MOVE: recv_move(ship, astr); break; in sync_update()
803 recv_move(struct ship *ship, const char *astr) in recv_move() function