Home
last modified time | relevance | path

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

/dports/games/gigalomania/gigalomaniasrc/
H A Dtutorial.h58 int show_arrow_sector_x; variable
66 …_on_page(false), show_arrow_page(-1), show_arrow_on_sector(false), show_arrow_sector_x(-1), show_a… in TutorialCard()
97 void setArrowShowSector(int show_arrow_sector_x, int show_arrow_sector_y) { in setArrowShowSector() argument
99 this->show_arrow_sector_x = show_arrow_sector_x; in setArrowShowSector()
H A Dtutorial.cpp70 …tor && ( playing_gamestate->getCurrentSector()->getXPos() != this->show_arrow_sector_x || playing_… in hasArrow()