Fix wheel water splash with PC_PARTICLE

This commit is contained in:
Sergeanur 2020-07-17 12:57:47 +03:00
parent 81c03f8e6d
commit 693a5e0c2a
1 changed files with 1 additions and 1 deletions

View File

@ -3588,7 +3588,7 @@ CAutomobile::AddWheelDirtAndWater(CColPoint *colpoint, uint32 belowEffectSpeed)
) )
{ {
CParticle::AddParticle( CParticle::AddParticle(
#ifdef FIX_BUGS #if defined(FIX_BUGS) && !defined(PC_PARTICLE) // looks wrong on PC particles
PARTICLE_WHEEL_WATER, PARTICLE_WHEEL_WATER,
#else #else
PARTICLE_WATERSPRAY, PARTICLE_WATERSPRAY,