diff options
author | Fire-Head <Fire-Head@users.noreply.github.com> | 2020-05-27 01:16:31 +0200 |
---|---|---|
committer | Fire-Head <Fire-Head@users.noreply.github.com> | 2020-05-27 01:16:31 +0200 |
commit | 6a32981ba504d197ac3a3bd0cb4423f8e62b4ab2 (patch) | |
tree | b5e4823137a4cc5ffe0ace4cbad22ee272e9bb7c /src/vehicles/Boat.cpp | |
parent | Merge pull request #1 from GTAmodding/miami (diff) | |
download | re3-6a32981ba504d197ac3a3bd0cb4423f8e62b4ab2.tar re3-6a32981ba504d197ac3a3bd0cb4423f8e62b4ab2.tar.gz re3-6a32981ba504d197ac3a3bd0cb4423f8e62b4ab2.tar.bz2 re3-6a32981ba504d197ac3a3bd0cb4423f8e62b4ab2.tar.lz re3-6a32981ba504d197ac3a3bd0cb4423f8e62b4ab2.tar.xz re3-6a32981ba504d197ac3a3bd0cb4423f8e62b4ab2.tar.zst re3-6a32981ba504d197ac3a3bd0cb4423f8e62b4ab2.zip |
Diffstat (limited to 'src/vehicles/Boat.cpp')
-rw-r--r-- | src/vehicles/Boat.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/vehicles/Boat.cpp b/src/vehicles/Boat.cpp index b9d97716..66e83c8f 100644 --- a/src/vehicles/Boat.cpp +++ b/src/vehicles/Boat.cpp @@ -382,8 +382,9 @@ CBoat::ProcessControl(void) CGeneral::GetRandomNumberInRange(0, 30), CGeneral::GetRandomNumberInRange(0, 90), 3); #endif - if(!cameraHack) - CParticle::AddParticle(PARTICLE_BOAT_WAKE, wakePos, wakeDir, nil, 0.0f, jetColor); + //TODO: MIAMI: + //if(!cameraHack) + // CParticle::AddParticle(PARTICLE_BOAT_WAKE, wakePos, wakeDir, nil, 0.0f, jetColor); }else if((CTimer::GetFrameCounter() + m_randomSeed) & 1){ #ifdef PC_PARTICLE jetDir.z = 0.018f; |