aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/cge2/talk.cpp2
-rw-r--r--engines/cge2/talk.h1
2 files changed, 1 insertions, 2 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());
diff --git a/engines/cge2/talk.h b/engines/cge2/talk.h
index cddcdc2c5e..ec4a347c69 100644
--- a/engines/cge2/talk.h
+++ b/engines/cge2/talk.h
@@ -41,7 +41,6 @@ namespace CGE2 {
#define kPosSize 256
#define kMapSize (256*8)
#define kFontHigh 8
-#define kFontExt ".CFT"
#define kCaptionSide 24
#define kInfName 101
#define kSayName 102