Home
last modified time | relevance | path

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

/dports/games/gigalomania/gigalomaniasrc/
H A Dplayer.cpp590 sector->setFAmount(1); in doSectorAI()
626 sector->setFAmount(1); in doSectorAI()
649 sector->setFAmount(1); in doSectorAI()
699 sector->setFAmount(1); in doSectorAI()
H A Dgamestate.h426 void setFAmount(int sector_x, int sector_y, int n_famount);
H A Dsector.h529 void setFAmount(int n_famount);
H A Dgui.cpp1653 …gamePanel->gamestate->setFAmount(current_sector->getXPos(), current_sector->getYPos(), famount - 1… in buttonFAmountClick()
1659 …gamePanel->gamestate->setFAmount(current_sector->getXPos(), current_sector->getYPos(), famount + 1… in buttonFAmountClick()
H A Dgamestate.cpp2968 void PlayingGameState::setFAmount(int sector_x, int sector_y, int n_famount) { in setFAmount() function in PlayingGameState
2973 sector->setFAmount(n_famount); in setFAmount()
H A Dsector.cpp1924 this->setFAmount( this->n_famount - 1 ); in doPlayer()
2602 void Sector::setFAmount(int n_famount) { in setFAmount() function in Sector