diff options
Diffstat (limited to 'src/map.h')
-rw-r--r-- | src/map.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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)); } |