From b54c0e944974669c4b5c1eb3f8018547c2179630 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 22 Dec 2017 02:20:36 +0300 Subject: Remove default parameters from effectmanager. --- src/effectmanager.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/effectmanager.h') diff --git a/src/effectmanager.h b/src/effectmanager.h index 5882e6933..5072216d8 100644 --- a/src/effectmanager.h +++ b/src/effectmanager.h @@ -58,7 +58,7 @@ class EffectManager final */ bool trigger(const int id, Being *const being, - const int rotation = 0); + const int rotation); bool triggerDirection(const int id, Being *const being, @@ -66,7 +66,7 @@ class EffectManager final Particle *triggerReturn(const int id, Being *const being, - const int rotation = 0); + const int rotation); /** * Triggers a effect with the id, at @@ -75,7 +75,7 @@ class EffectManager final bool trigger(const int id, const int x, const int y, const time_t endTime, - const int rotation = 0); + const int rotation); void triggerDefault(int effectId, Being *const being, -- cgit v1.2.3-60-g2f50