aboutsummaryrefslogtreecommitdiff
path: root/engines/cge2/talk.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cge2/talk.cpp')
-rw-r--r--engines/cge2/talk.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/cge2/talk.cpp b/engines/cge2/talk.cpp
index b086627f80..2e7f87dcca 100644
--- a/engines/cge2/talk.cpp
+++ b/engines/cge2/talk.cpp
@@ -53,7 +53,7 @@ void Font::load() {
char path[10];
strcpy(path, "CGE.CFT");
if (!_vm->_resman->exist(path))
- error("Missing configuration file! %s", path);
+ error("Missing Font file! %s", path);
EncryptedStream fontFile(_vm, path);
assert(!fontFile.err());