diff options
-rw-r--r-- | src/resources/map/tileanimation.h | 2 |
1 files changed, 1 insertions, 1 deletions
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)); } |