Home
last modified time | relevance | path

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

/dports/games/gigalomania/gigalomaniasrc/
H A Dtutorial.h57 bool show_arrow_on_sector; variable
66 …-1), arrow_y(-1), show_arrow_on_page(false), show_arrow_page(-1), show_arrow_on_sector(false), sho… in TutorialCard()
98 this->show_arrow_on_sector = true; in setArrowShowSector()
H A Dtutorial.cpp70 …if( this->show_arrow_on_sector && ( playing_gamestate->getCurrentSector()->getXPos() != this->show… in hasArrow()