mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-04 06:24:09 +00:00
Fixes for melees and various things
This commit is contained in:
parent
fd4cd3e8f1
commit
2ab3fb5dd0
15 changed files with 297 additions and 196 deletions
|
@ -399,8 +399,8 @@ CEntity::HasPreRenderEffects(void)
|
|||
GetModelIndex() == MI_MISSILE ||
|
||||
GetModelIndex() == MI_BEACHBALL ||
|
||||
IsGlass(GetModelIndex()) ||
|
||||
IsObject() && ((CObject*)this)->bIsPickup;
|
||||
IsStreetLight(GetModelIndex());
|
||||
IsObject() && ((CObject*)this)->bIsPickup ||
|
||||
IsLightWithPreRenderEffects(GetModelIndex());
|
||||
}
|
||||
|
||||
void
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue