diff options
Diffstat (limited to 'src/particle/particle.h')
-rw-r--r-- | src/particle/particle.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/particle/particle.h b/src/particle/particle.h index 7c891dd86..a22fe7041 100644 --- a/src/particle/particle.h +++ b/src/particle/particle.h @@ -72,12 +72,7 @@ class Particle : public Actor static bool enabled; // true when non-crucial particle effects // are disabled - /** - * Constructor. - * - * @param map the map this particle will add itself to, may be nullptr - */ - explicit Particle(Map *const map); + Particle(); A_DELETE_COPY(Particle) |