aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/resource.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/kyra/resource.cpp')
-rw-r--r--engines/kyra/resource.cpp2
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.