From 2e07d1c5eb79eb291c20da511d0a313f56690756 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 21 Dec 2017 20:25:23 +0300 Subject: Remove default parameter from tileanimation.h --- src/resources/map/tileanimation.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/resources/map/tileanimation.h b/src/resources/map/tileanimation.h index a9b5cc281..571dff0b5 100644 --- a/src/resources/map/tileanimation.h +++ b/src/resources/map/tileanimation.h @@ -49,7 +49,7 @@ class TileAnimation final A_DELETE_COPY(TileAnimation) - bool update(const int ticks = 1); + bool update(const int ticks); void addAffectedTile(MapLayer *const layer, const int index) { mAffected.push_back(std::make_pair(layer, index)); } -- cgit v1.2.3-60-g2f50