Home
last modified time | relevance | path

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

/dports/games/kartofel/kartofel-1.2/
H A Dplay.cc839 bool first_regular_found = false; in DrawLevel() local
842 if (level.dots[i].type == REGULAR && !first_regular_found) { in DrawLevel()
844 first_regular_found = true; in DrawLevel()