summaryrefslogtreecommitdiff
path: root/src/map.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/map.h')
-rw-r--r--src/map.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/map.h b/src/map.h
index 1423565f..3beab350 100644
--- a/src/map.h
+++ b/src/map.h
@@ -72,7 +72,6 @@ class TileAnimation
{
public:
TileAnimation(Animation *ani);
- ~TileAnimation();
void update();
void addAffectedTile(MapLayer *layer, int index)
{ mAffected.push_back(std::make_pair(layer, index)); }