aboutsummaryrefslogtreecommitdiff
path: root/engines/touche/graphics.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/touche/graphics.cpp')
-rw-r--r--engines/touche/graphics.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/touche/graphics.cpp b/engines/touche/graphics.cpp
index 686b60d285..4d5867b81d 100644
--- a/engines/touche/graphics.cpp
+++ b/engines/touche/graphics.cpp
@@ -36,6 +36,10 @@ void Graphics::setupFont(Common::Language language) {
_fontData = _locFontData;
break;
case Common::ES_ESP:
+ _fontOffs = _spaFontOffs;
+ _fontSize = _spaFontSize;
+ _fontData = _spaFontData;
+ break;
case Common::IT_ITA:
case Common::EN_ANY:
default: