diff options
Diffstat (limited to 'engines/kyra')
-rw-r--r-- | engines/kyra/resource.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/kyra/resource.cpp b/engines/kyra/resource.cpp index adb3063344..c350c81742 100644 --- a/engines/kyra/resource.cpp +++ b/engines/kyra/resource.cpp @@ -185,7 +185,7 @@ bool Resource::loadFileList(const Common::String &filedata) { // the demo version supplied with Kyra3 does not // contain all pak files listed in filedata.fdt // so we don't do anything here if they are non - // existant. + // existent. } else if (!loadPakFile(filename)) { delete f; error("couldn't load file '%s'", filename.c_str()); |