Home
last modified time | relevance | path

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

/dports/games/lordsawar/lordsawar-0.3.2/src/
H A Dnetwork_player.cpp405 if (stack->hasShip() != action->getHasShip()) in decodeActionMove()
407 printf("expected %d for ship, but we got %d\n", action->getHasShip(), stack->hasShip()); in decodeActionMove()
409 assert (stack->hasShip() == action->getHasShip()); in decodeActionMove()
H A Daction.h225 bool getHasShip() const {return d_has_ship;}; in getHasShip() function