diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-10-11 17:35:24 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-10-11 18:00:22 +0300 |
commit | 52c7195a8ee91f95ef134d9798a47ea313df16c8 (patch) | |
tree | ca1f32cfadce611a1820b50f5386c02cd2ce06ae /src/being | |
parent | f1b82c1b06604c2c1eed750a6c980aa0b5355560 (diff) | |
download | plus-52c7195a8ee91f95ef134d9798a47ea313df16c8.tar.gz plus-52c7195a8ee91f95ef134d9798a47ea313df16c8.tar.bz2 plus-52c7195a8ee91f95ef134d9798a47ea313df16c8.tar.xz plus-52c7195a8ee91f95ef134d9798a47ea313df16c8.zip |
Second part of checks from Parasoft C++ Test.
Diffstat (limited to 'src/being')
-rw-r--r-- | src/being/being.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/being/being.cpp b/src/being/being.cpp index 03ed2ad89..7758abd4d 100644 --- a/src/being/being.cpp +++ b/src/being/being.cpp @@ -1197,7 +1197,7 @@ void Being::setAction(const Action &action, const int attackId) rotation = 270; break; } - if (Particle::enabled && effectManager && effectId >= 0) + if (effectManager && effectId >= 0) effectManager->trigger(effectId, this, rotation); } } |