From ac65e2c9b72e35a9e5a1a84da57ecdbd41e5923e Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 16 Mar 2016 18:05:12 +0300 Subject: Split ParticleEngine from Particle class. --- src/client.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/client.cpp') diff --git a/src/client.cpp b/src/client.cpp index 201700038..07b35b6f8 100644 --- a/src/client.cpp +++ b/src/client.cpp @@ -1720,7 +1720,8 @@ void Client::optionChanged(const std::string &name) } else if (name == "particleEmitterSkip") { - Particle::emitterSkip = config.getIntValue("particleEmitterSkip") + 1; + ParticleEngine::emitterSkip = + config.getIntValue("particleEmitterSkip") + 1; } else if (name == "vsync") { -- cgit v1.2.3-60-g2f50