Home
last modified time | relevance | path

Searched refs:CountWeek (Results 1 – 7 of 7) sorted by relevance

/dports/games/fheroes2/fheroes2-0.9.11/src/fheroes2/kingdom/
H A Dweek.cpp34 …return ( 0 == ( worldInstance.CountWeek() + 1 ) % 3 ) ? WeekName::MONSTERS : Rand::GetWithSeed( We… in WeekRand()
H A Dkingdom.cpp200 if ( world.CountWeek() > 1 ) { in ActionNewWeek()
459 if ( isControlHuman() && ( Settings::Get().isCampaignGameType() ) && world.CountWeek() < 2 ) { in UpdateRecruits()
/dports/games/fheroes2/fheroes2-0.9.11/src/fheroes2/world/
H A Dworld.h226 u32 CountWeek( void ) const;
H A Dworld.cpp593 u32 World::CountWeek( void ) const in CountWeek() function in World
/dports/games/fheroes2/fheroes2-0.9.11/src/fheroes2/maps/
H A Dmaps_tiles_quantity.cpp841 if ( world.CountWeek() > 1 ) in QuantityUpdate()
/dports/games/fheroes2/fheroes2-0.9.11/src/fheroes2/game/
H A Dgame_startgame.cpp735 if ( 1 < world.CountWeek() && world.BeginWeek() ) { in HumanTurn()
/dports/games/fheroes2/fheroes2-0.9.11/src/fheroes2/castle/
H A Dcastle.cpp554 if ( world.CountWeek() < 2 ) { in ActionNewWeek()