Home
last modified time | relevance | path

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

/dports/games/lordsawar/lordsawar-0.3.2/src/
H A DPathCalculator.cpp106 land_reset_moves(s->getMaxLandMoves()), in PathCalculator()
132 land_reset_moves = stack->getMaxLandMoves(); in PathCalculator()
147 land_reset_moves = stack->getMaxLandMoves(); in PathCalculator()
H A Dstack.h88 guint32 getMaxLandMoves() const;
H A Dstack.cpp873 return getMaxLandMoves(); in getMaxMoves()
878 guint32 Stack::getMaxLandMoves() const in getMaxLandMoves() function in Stack