diff options
-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 0ce364500d..5da6bb3873 100644 --- a/engines/kyra/resource.cpp +++ b/engines/kyra/resource.cpp @@ -186,7 +186,7 @@ bool Resource::loadPakFile(const Common::String &filename) { if (iter == _map.end()) { // We do an internal check for a file in gamepath with same filename to // allow overwriting files inside archives with plain files inside the - // game directory + // game directory checkFile(i->filename); // A new file entry, so we just insert it into the file map. |