Home
last modified time | relevance | path

Searched refs:tryMiningMore (Results 1 – 3 of 3) sorted by last modified time

/dports/games/gigalomania/gigalomaniasrc/
H A Dsector.cpp1333 bool Sector::tryMiningMore() const { in tryMiningMore() function in Sector
1378 if( tryMiningMore() ) { in usedUp()
H A Dsector.h428 bool tryMiningMore() const;
H A Dplayer.cpp729 bool try_mining_more = sector->tryMiningMore(); in doSectorAI()