aboutsummaryrefslogtreecommitdiffstats
path: root/src/entities
diff options
context:
space:
mode:
authoraap <aap@papnet.eu>2020-05-19 22:01:28 +0200
committeraap <aap@papnet.eu>2020-05-19 22:01:28 +0200
commit50f0c7a1dcad33ac3d38d6e37faca3d16d222aaa (patch)
tree3f60d56cb50b8e93c5d5c22d5299ccd417bc6cd7 /src/entities
parent0b0ba49abc34315f532f9adcdbc277d5275723c7 (diff)
bla
Diffstat (limited to 'src/entities')
-rw-r--r--src/entities/Entity.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/entities/Entity.cpp b/src/entities/Entity.cpp
index 683a3571..a9b6b2b8 100644
--- a/src/entities/Entity.cpp
+++ b/src/entities/Entity.cpp
@@ -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