diff options
| author | Strangerke | 2014-07-25 10:58:54 +0200 |
|---|---|---|
| committer | Strangerke | 2014-07-25 10:58:54 +0200 |
| commit | 72c8dbaf669c850ad4d4d91a7a1befaa48d7f56d (patch) | |
| tree | 6d5dadcbd39029690bcb7e3e763fa77f3bfc3a62 | |
| parent | d83a8162bb4e2795e158c48679b9f4db5cf6cc41 (diff) | |
| download | scummvm-rg350-72c8dbaf669c850ad4d4d91a7a1befaa48d7f56d.tar.gz scummvm-rg350-72c8dbaf669c850ad4d4d91a7a1befaa48d7f56d.tar.bz2 scummvm-rg350-72c8dbaf669c850ad4d4d91a7a1befaa48d7f56d.zip | |
CGE2: Update another warning
| -rw-r--r-- | engines/cge2/talk.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/cge2/talk.cpp b/engines/cge2/talk.cpp index 2e7f87dcca..8e5773c677 100644 --- a/engines/cge2/talk.cpp +++ b/engines/cge2/talk.cpp @@ -70,7 +70,7 @@ void Font::load() { strcpy(path, "CGE.TXC"); if (!_vm->_resman->exist(path)) - error("Missing configuration file! %s", path); + error("Missing Color file! %s", path); // Reading in _colorSet: EncryptedStream colorFile(_vm, path); |
