mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-06 17:34:08 +00:00
some more CAutomobile
This commit is contained in:
parent
218772c296
commit
00dc86917e
5 changed files with 139 additions and 103 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue