Home
last modified time | relevance | path

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

/dports/games/gigalomania/gigalomaniasrc/
H A Dplayer.cpp732 Design *this_design = NULL; in doSectorAI() local
734 this_design = sector->canResearch(Invention::WEAPON, eph); in doSectorAI()
736 design = this_design; in doSectorAI()
738 reserve_design = this_design; in doSectorAI()
741 this_design = sector->canResearch(Invention::DEFENCE, eph); in doSectorAI()
743 design = this_design; in doSectorAI()
745 reserve_design = this_design; in doSectorAI()
749 this_design = sector->canResearch(Invention::SHIELD, eph); in doSectorAI()
751 design = this_design; in doSectorAI()
753 reserve_design = this_design; in doSectorAI()
H A Dsector.cpp1487 Design *this_design = this->designs.at(i); in trashDesign() local
1488 if( this_design == design ) { in trashDesign()