diff options
Diffstat (limited to 'src/map.h')
-rw-r--r-- | src/map.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -85,7 +85,7 @@ struct MetaTile final class TileAnimation final { public: - TileAnimation(Animation *const ani); + explicit TileAnimation(Animation *const ani); ~TileAnimation(); |