mirror of
https://github.com/GTAmodding/re3.git
synced 2024-11-15 08:39:01 +00:00
Fix wheel water splash with PC_PARTICLE
This commit is contained in:
parent
81c03f8e6d
commit
693a5e0c2a
1 changed files with 1 additions and 1 deletions
|
@ -3588,7 +3588,7 @@ CAutomobile::AddWheelDirtAndWater(CColPoint *colpoint, uint32 belowEffectSpeed)
|
|||
)
|
||||
{
|
||||
CParticle::AddParticle(
|
||||
#ifdef FIX_BUGS
|
||||
#if defined(FIX_BUGS) && !defined(PC_PARTICLE) // looks wrong on PC particles
|
||||
PARTICLE_WHEEL_WATER,
|
||||
#else
|
||||
PARTICLE_WATERSPRAY,
|
||||
|
|
Loading…
Reference in a new issue