summaryrefslogtreecommitdiff
path: root/src/resources/map
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-12-21 20:25:23 +0300
committerAndrei Karas <akaras@inbox.ru>2017-12-21 20:25:23 +0300
commit2e07d1c5eb79eb291c20da511d0a313f56690756 (patch)
treee0274da04cb94d7f3a89c33a7b263807a897051b /src/resources/map
parenta69df587ec23e03ea4ab8540c6c36db2ec93c6e9 (diff)
downloadplus-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')
-rw-r--r--src/resources/map/tileanimation.h2
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)); }