Home
last modified time | relevance | path

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

/dports/games/fheroes2/fheroes2-0.9.11/src/fheroes2/system/
H A Dgamedefs.h30 #define WEEKOFMONTH 4 macro
/dports/games/fheroes2/fheroes2-0.9.11/src/fheroes2/game/
H A Dgame_over.cpp263 const uint32_t month = dayCount / ( DAYOFWEEK * WEEKOFMONTH ); in GetActualDescription()
264 const uint32_t week = ( dayCount - month * ( DAYOFWEEK * WEEKOFMONTH ) ) / DAYOFWEEK; in GetActualDescription()
/dports/games/fheroes2/fheroes2-0.9.11/src/fheroes2/world/
H A Dworld.cpp580 return LastWeek() ? WEEKOFMONTH : week % WEEKOFMONTH; in GetWeek()
605 return 1 == ( week % WEEKOFMONTH ) && BeginWeek(); in BeginMonth()
615 return ( 0 == ( week % WEEKOFMONTH ) ); in LastWeek()