summaryrefslogtreecommitdiff
path: root/src/texteff.hpp
diff options
context:
space:
mode:
authorPeterN <peter1138@openttd.org>2021-05-02 10:43:14 +0100
committerGitHub <noreply@github.com>2021-05-02 10:43:14 +0100
commit18651dd8b13d8a427ae71d8af00792d52ad9ed60 (patch)
tree13f0090e463114a6876c037b312dc7e7df4b13f5 /src/texteff.hpp
parent256dbee25597f4da8726063084f94eb821babf14 (diff)
downloadopenttd-18651dd8b13d8a427ae71d8af00792d52ad9ed60.tar.xz
Fix: Update text effect size when font zoom is changed. (#9174)
Diffstat (limited to 'src/texteff.hpp')
-rw-r--r--src/texteff.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/texteff.hpp b/src/texteff.hpp
index 789b12d54..d122b17e9 100644
--- a/src/texteff.hpp
+++ b/src/texteff.hpp
@@ -32,6 +32,7 @@ void InitTextEffects();
void DrawTextEffects(DrawPixelInfo *dpi);
void UpdateTextEffect(TextEffectID effect_id, StringID msg);
void RemoveTextEffect(TextEffectID effect_id);
+void UpdateAllTextEffectVirtCoords();
/* misc_gui.cpp */
TextEffectID ShowFillingPercent(int x, int y, int z, uint8 percent, StringID colour);