some more CAutomobile

This commit is contained in:
aap 2020-05-28 18:53:54 +02:00
parent 218772c296
commit 00dc86917e
5 changed files with 139 additions and 103 deletions

View file

@ -269,10 +269,8 @@ CRenderer::RenderBoats(void)
for(node = gSortedVehiclesAndPeds.tail.prev;
node != &gSortedVehiclesAndPeds.head;
node = node->prev){
// only boats in this list
CVehicle *v = (CVehicle*)node->item.ent;
if(v->IsBoat())
RenderOneNonRoad(v);
RenderOneNonRoad(v);
}
}