Home
last modified time | relevance | path

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

/dports/games/lordsawar/lordsawar-0.3.2/src/
H A DPathCalculator.cpp107 …boat_reset_moves(s->getMaxBoatMoves()), zigzag(zig), on_ship(stack->hasShip()), enemy_city_avoidan… in PathCalculator()
133 boat_reset_moves = stack->getMaxBoatMoves(); in PathCalculator()
148 boat_reset_moves = stack->getMaxBoatMoves(); in PathCalculator()
H A Dstack.h91 guint32 getMaxBoatMoves() const;
H A Dstack.cpp875 return getMaxBoatMoves(); in getMaxMoves()
909 guint32 Stack::getMaxBoatMoves() const in getMaxBoatMoves() function in Stack