diff options
Diffstat (limited to 'src/texteff.hpp')
-rw-r--r-- | src/texteff.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/texteff.hpp b/src/texteff.hpp index b9762c3fe..9ef74c171 100644 --- a/src/texteff.hpp +++ b/src/texteff.hpp @@ -41,6 +41,6 @@ void UpdateFillingPercent(TextEffectID te_id, uint8 percent, StringID colour); void HideFillingPercent(TextEffectID *te_id); void ShowCostOrIncomeAnimation(int x, int y, int z, Money cost); -void ShowFeederIncomeAnimation(int x, int y, int z, Money cost); +void ShowFeederIncomeAnimation(int x, int y, int z, Money transfer, Money income); #endif /* TEXTEFF_HPP */ |