mirror of
https://gitlab.com/skmp/dca3-game.git
synced 2025-08-19 04:51:58 +02:00
Fix wheel water splash with PC_PARTICLE
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user