summaryrefslogtreecommitdiff
path: root/src/texteff.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/texteff.hpp')
-rw-r--r--src/texteff.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/texteff.hpp b/src/texteff.hpp
index 7b59def8c..bf91db575 100644
--- a/src/texteff.hpp
+++ b/src/texteff.hpp
@@ -29,6 +29,6 @@ void RemoveTextEffect(TextEffectID effect_id);
/* misc_gui.cpp */
TextEffectID ShowFillingPercent(int x, int y, int z, uint8 percent, StringID color);
void UpdateFillingPercent(TextEffectID te_id, uint8 percent, StringID color);
-void HideFillingPercent(TextEffectID te_id);
+void HideFillingPercent(TextEffectID *te_id);
#endif /* TEXTEFF_HPP */