recv_move
static void recv_move(struct ship *ship, const char *astr);
case W_MOVE: recv_move(ship, astr); break;