Home
last modified time | relevance | path

Searched refs:BeginWeek (Results 1 – 3 of 3) sorted by relevance

/dports/games/fheroes2/fheroes2-0.9.11/src/fheroes2/world/
H A Dworld.cpp598 bool World::BeginWeek( void ) const in BeginWeek() function in World
605 return 1 == ( week % WEEKOFMONTH ) && BeginWeek(); in BeginMonth()
649 if ( BeginWeek() ) { in NewDay()
669 if ( BeginWeek() ) { in NewDay()
H A Dworld.h227 bool BeginWeek( void ) const;
/dports/games/fheroes2/fheroes2-0.9.11/src/fheroes2/game/
H A Dgame_startgame.cpp735 if ( 1 < world.CountWeek() && world.BeginWeek() ) { in HumanTurn()