Reorder CEntity functions into their original order

This commit is contained in:
Sergeanur
2020-12-29 13:55:15 +02:00
parent c1caf380de
commit f75460fc1d
8 changed files with 634 additions and 587 deletions

View File

@@ -920,6 +920,19 @@ CRenderer::RequestObjectsInFrustum(void)
}
}
bool
CEntity::SetupLighting(void)
{
DeActivateDirectional();
SetAmbientColours();
return false;
}
void
CEntity::RemoveLighting(bool)
{
}
bool
CPed::SetupLighting(void)
{