Home
last modified time | relevance | path

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

/dports/games/gigalomania/gigalomaniasrc/
H A Dplayer.cpp426 if( gamestate->getPlayerAskingAlliance() == this->index ) { in kill()
1077 …if( this->index == gamestate->getPlayerAskingAlliance() || i == gamestate->getPlayerAskingAlliance in doAIUpdate()
H A Dgamestate.h413 const int getPlayerAskingAlliance() const { in getPlayerAskingAlliance() function