aboutsummaryrefslogtreecommitdiff
path: root/engines/touche/touche.cpp
diff options
context:
space:
mode:
authorGregory Montoir2006-11-18 11:53:36 +0000
committerGregory Montoir2006-11-18 11:53:36 +0000
commit318c50913d7e71a2075e35c54bf91c1d90eb333e (patch)
treee367b780ecd8d35030fb2c8f0435a999b707f302 /engines/touche/touche.cpp
parentdd075b312f161b3f3f6f89355a05b7bc05e3f52d (diff)
downloadscummvm-rg350-318c50913d7e71a2075e35c54bf91c1d90eb333e.tar.gz
scummvm-rg350-318c50913d7e71a2075e35c54bf91c1d90eb333e.tar.bz2
scummvm-rg350-318c50913d7e71a2075e35c54bf91c1d90eb333e.zip
added font data for french version (and probably all other localized versions)
svn-id: r24729
Diffstat (limited to 'engines/touche/touche.cpp')
-rw-r--r--engines/touche/touche.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/touche/touche.cpp b/engines/touche/touche.cpp
index f4b2ec21ea..e7ed77e4a3 100644
--- a/engines/touche/touche.cpp
+++ b/engines/touche/touche.cpp
@@ -63,6 +63,8 @@ ToucheEngine::ToucheEngine(OSystem *system, Common::Language language)
_menuRedrawCounter = 0;
memset(_paletteBuffer, 0, sizeof(_paletteBuffer));
+ Graphics::setupFont(_language);
+
setupOpcodes();
Common::addSpecialDebugLevel(kDebugEngine, "Engine", "Engine debug level");