mirror of
https://github.com/td512/re3.git
synced 2026-03-04 00:54:33 +00:00
minimal weather stuff + multiple bugfixes
This commit is contained in:
@@ -143,7 +143,8 @@ CRenderer::RenderOneNonRoad(CEntity *e)
|
||||
resetLights = e->SetupLighting();
|
||||
|
||||
if(e->IsVehicle()){
|
||||
CVisibilityPlugins::SetupVehicleVariables(e->GetClump());
|
||||
// unfortunately can't use GetClump here
|
||||
CVisibilityPlugins::SetupVehicleVariables((RpClump*)e->m_rwObject);
|
||||
CVisibilityPlugins::InitAlphaAtomicList();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user