summaryrefslogtreecommitdiff
path: root/src/effectmanager.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/effectmanager.h')
-rw-r--r--src/effectmanager.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/effectmanager.h b/src/effectmanager.h
index 4c30f2690..d439ebf21 100644
--- a/src/effectmanager.h
+++ b/src/effectmanager.h
@@ -73,7 +73,7 @@ class EffectManager final
*/
bool trigger(const int id,
const int x, const int y,
- const int endTime,
+ const time_t endTime,
const int rotation = 0);
void triggerDefault(int effectId,
@@ -83,7 +83,7 @@ class EffectManager final
void triggerDefault(int effectId,
const int x,
const int y,
- const int endTime,
+ const time_t endTime,
const int defaultEffectId);
void logic();