Home
last modified time | relevance | path

Searched refs:getFallingY (Results 1 – 2 of 2) sorted by path

/dports/games/flobopuyo/flobopuyo-0.20/
H A DPuyoGame.h116 int getFallingY() const { return fallingPuyo->getPuyoY(); } in getFallingY() function
H A DPuyoIA.cpp268 if (!firstLine && (attachedGame->getFallingY() == 1) && (choosenMove != -1)) in cycle()
270 firstLine = (attachedGame->getFallingY() == 1); in cycle()