diff options
Diffstat (limited to 'src/particle/particle.h')
-rw-r--r-- | src/particle/particle.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/particle/particle.h b/src/particle/particle.h index 7004af0e6..4ec3b29c2 100644 --- a/src/particle/particle.h +++ b/src/particle/particle.h @@ -91,8 +91,9 @@ class Particle notfinal : public Actor * particleEffectFile. */ Particle *addEffect(const std::string &restrict particleEffectFile, - const int pixelX, const int pixelY, - const int rotation = 0) restrict2; + const int pixelX, + const int pixelY, + const int rotation) restrict2; /** * Adds an emitter to the particle. |