mirror of
https://github.com/halpz/re3.git
synced 2025-07-21 17:59:46 +00:00
some more CAutomobile
This commit is contained in:
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user