mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-05 10:34:09 +00:00
CEntity done; C(Vu)Vector fixes and cleanup
This commit is contained in:
parent
fb03ee45b5
commit
e014bb5359
18 changed files with 249 additions and 89 deletions
|
@ -1406,7 +1406,7 @@ CShadows::CastShadowSectorList(CPtrList &PtrList, float fStartX, float fStartY,
|
|||
{
|
||||
pEntity->m_scanCode = CWorld::GetCurrentScanCode();
|
||||
|
||||
if ( pEntity->bUsesCollision && !pEntity->m_flagE2 )
|
||||
if ( pEntity->bUsesCollision && !pEntity->bDontCastShadowsOn)
|
||||
{
|
||||
if ( IsAreaVisible(pEntity->m_area) )
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue