diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-12-21 20:25:23 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-12-21 20:25:23 +0300 |
commit | 2e07d1c5eb79eb291c20da511d0a313f56690756 (patch) | |
tree | e0274da04cb94d7f3a89c33a7b263807a897051b /src/resources/map/tileanimation.h | |
parent | a69df587ec23e03ea4ab8540c6c36db2ec93c6e9 (diff) | |
download | plus-2e07d1c5eb79eb291c20da511d0a313f56690756.tar.gz plus-2e07d1c5eb79eb291c20da511d0a313f56690756.tar.bz2 plus-2e07d1c5eb79eb291c20da511d0a313f56690756.tar.xz plus-2e07d1c5eb79eb291c20da511d0a313f56690756.zip |
Remove default parameter from tileanimation.h
Diffstat (limited to 'src/resources/map/tileanimation.h')
-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)); } |