1
0
mirror of https://github.com/td512/re3.git synced 2026-01-27 18:57:08 +00:00
This commit is contained in:
aap
2020-05-19 22:01:28 +02:00
parent 0b0ba49abc
commit 50f0c7a1dc

View File

@@ -683,7 +683,7 @@ CEntity::ProcessLightsForEntity(void)
lightOn = true;
break;
case LIGHT_FLICKER_NIGHT:
if(CClock::GetHours() > 18 || CClock::GetHours() < 7 || CWeather::WetRoads > 0.5f){){
if(CClock::GetHours() > 18 || CClock::GetHours() < 7 || CWeather::WetRoads > 0.5f){
if((CTimer::GetTimeInMilliseconds() ^ m_randomSeed) & 0x60)
lightOn = true;
else