Make it possible to enable kart exhaust in legacy device

This commit is contained in:
Benau 2022-09-09 10:25:33 +08:00
parent e52a9dce59
commit 39e3c189da

View File

@ -167,7 +167,7 @@ void KartGFX::addEffect(KartGFXType type, const std::string &file_name,
const Vec3 &position, bool important)
{
#ifndef SERVER_ONLY
if (((UserConfigParams::m_particles_effects < 2 || !CVS->isGLSL()) &&
if ((UserConfigParams::m_particles_effects < 2 &&
(!important || m_kart->getType() == RaceManager::KT_AI ||
m_kart->getType() == RaceManager::KT_SPARE_TIRE)) ||
UserConfigParams::m_particles_effects < 1 ||