Home
last modified time | relevance | path

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

/dports/games/gigalomania/gigalomaniasrc/
H A Dtutorial.h267 bool allowRetreatLoss() const { in allowRetreatLoss() function
H A Dsector.cpp273 if( game_g->getTutorial() != NULL && !game_g->getTutorial()->allowRetreatLoss() ) { in retreat()