mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-16 22:58:09 +00:00
CGE2: Update another warning
This commit is contained in:
parent
d83a8162bb
commit
72c8dbaf66
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user