diff options
author | Sergeanur <s.anureev@yandex.ua> | 2020-07-17 11:57:47 +0200 |
---|---|---|
committer | Sergeanur <s.anureev@yandex.ua> | 2020-07-17 11:57:47 +0200 |
commit | 693a5e0c2a874b5bc4057c51772deb35d0a10a46 (patch) | |
tree | bba114286c00562da61cef257ef114394cbb539a | |
parent | Audio fixes (diff) | |
download | re3-693a5e0c2a874b5bc4057c51772deb35d0a10a46.tar re3-693a5e0c2a874b5bc4057c51772deb35d0a10a46.tar.gz re3-693a5e0c2a874b5bc4057c51772deb35d0a10a46.tar.bz2 re3-693a5e0c2a874b5bc4057c51772deb35d0a10a46.tar.lz re3-693a5e0c2a874b5bc4057c51772deb35d0a10a46.tar.xz re3-693a5e0c2a874b5bc4057c51772deb35d0a10a46.tar.zst re3-693a5e0c2a874b5bc4057c51772deb35d0a10a46.zip |
-rw-r--r-- | src/vehicles/Automobile.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vehicles/Automobile.cpp b/src/vehicles/Automobile.cpp index 1f651bb2..d2fedbd5 100644 --- a/src/vehicles/Automobile.cpp +++ b/src/vehicles/Automobile.cpp @@ -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, |