aboutsummaryrefslogtreecommitdiff
path: root/engines/cge/talk.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cge/talk.cpp')
-rw-r--r--engines/cge/talk.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/cge/talk.cpp b/engines/cge/talk.cpp
index a842e611ac..467b39be40 100644
--- a/engines/cge/talk.cpp
+++ b/engines/cge/talk.cpp
@@ -50,7 +50,7 @@ Font::~Font() {
}
void Font::load() {
- EncryptedStream f = _path;
+ EncryptedStream f(_vm, _path);
assert(!f.err());
f.read(_widthArr, kWidSize);