Reorder CEntity functions into their original order

This commit is contained in:
Sergeanur 2020-12-29 13:55:26 +02:00
parent 06df781bca
commit b9e97ab79d
9 changed files with 814 additions and 775 deletions

View file

@ -1497,6 +1497,17 @@ CRenderer::RequestObjectsInFrustum(void)
}
}
bool
CEntity::SetupLighting(void)
{
return false;
}
void
CEntity::RemoveLighting(bool)
{
}
// --MIAMI: Done
bool
CPed::SetupLighting(void)