summaryrefslogtreecommitdiffstats
path: root/src/control/TrafficLights.cpp
diff options
context:
space:
mode:
authoraap <aap@papnet.eu>2020-05-20 20:19:47 +0200
committeraap <aap@papnet.eu>2020-05-20 20:19:47 +0200
commitf2e55d57cc84af072d7955be90924c1cbdecfd9b (patch)
treebcdf3151eaab37430d9aeac886a55acbe7f65ccd /src/control/TrafficLights.cpp
parentMerge branch 'miami' of github.com:GTAmodding/re3 into miami (diff)
parentMerge pull request #572 from erorcun/miami (diff)
downloadre3-f2e55d57cc84af072d7955be90924c1cbdecfd9b.tar
re3-f2e55d57cc84af072d7955be90924c1cbdecfd9b.tar.gz
re3-f2e55d57cc84af072d7955be90924c1cbdecfd9b.tar.bz2
re3-f2e55d57cc84af072d7955be90924c1cbdecfd9b.tar.lz
re3-f2e55d57cc84af072d7955be90924c1cbdecfd9b.tar.xz
re3-f2e55d57cc84af072d7955be90924c1cbdecfd9b.tar.zst
re3-f2e55d57cc84af072d7955be90924c1cbdecfd9b.zip
Diffstat (limited to 'src/control/TrafficLights.cpp')
-rw-r--r--src/control/TrafficLights.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/control/TrafficLights.cpp b/src/control/TrafficLights.cpp
index b1816936..8487847f 100644
--- a/src/control/TrafficLights.cpp
+++ b/src/control/TrafficLights.cpp
@@ -145,10 +145,7 @@ CTrafficLights::ScanForLightsOnMap(void)
CPtrList &list = CWorld::GetSector(x, y)->m_lists[ENTITYLIST_DUMMIES];
for(node = list.first; node; node = node->next){
CEntity *light = (CEntity*)node->item;
- if(light->GetModelIndex() != MI_TRAFFICLIGHTS &&
- light->GetModelIndex() != MI_TRAFFICLIGHTS_VERTICAL &&
- light->GetModelIndex() != MI_TRAFFICLIGHTS_MIAMI &&
- light->GetModelIndex() != MI_TRAFFICLIGHTS_TWOVERTICAL)
+ if (!IsTrafficLight(light->GetModelIndex()))
continue;
// Check cars