Home
last modified time | relevance | path

Searched defs:IfNightTime (Results 1 – 1 of 1) sorted by relevance

/dports/games/palomino/palomino/src/glue/
H A Dsim_time.cc62 bool SimTime::IfNightTime( void ) const { return IfNightTime( mHour ); } in IfNightTime() function in glue::SimTime
63 bool SimTime::IfNightTime( const Hour hour ) { return (hour < 6) or (hour > 7+12); } // OR… in IfNightTime() function in glue::SimTime