diff options
Diffstat (limited to 'src/newgrf_animation_base.h')
-rw-r--r-- | src/newgrf_animation_base.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/newgrf_animation_base.h b/src/newgrf_animation_base.h index 7b94031fb..791f3d691 100644 --- a/src/newgrf_animation_base.h +++ b/src/newgrf_animation_base.h @@ -31,7 +31,6 @@ template <typename Tbase, typename Tspec, typename Tobj, typename Textra, uint16 struct AnimationBase { /** * Animate a single tile. - * @param cb The callback to actually call. * @param spec Specification related to the tile. * @param obj Object related to the tile. * @param tile Tile to animate changes for. |