aboutsummaryrefslogtreecommitdiff
path: root/engines/hugo/hugo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/hugo/hugo.cpp')
-rw-r--r--engines/hugo/hugo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/hugo/hugo.cpp b/engines/hugo/hugo.cpp
index 5c1b7d8d4e..f648473bdb 100644
--- a/engines/hugo/hugo.cpp
+++ b/engines/hugo/hugo.cpp
@@ -464,7 +464,7 @@ bool HugoEngine::loadHugoDat() {
_textSchedule = loadTexts(in);
// Read textUtil
- _textUtil = loadTexts(in);
+ _textUtil = loadTextsVariante(in, 0);
// Read _arrayReqs
_arrayReqs = loadLongArray(in);