diff options
Diffstat (limited to 'src/being/being.cpp')
-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); } } |