aboutsummaryrefslogtreecommitdiff
path: root/engines/prince/archive.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/prince/archive.cpp')
-rw-r--r--engines/prince/archive.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/prince/archive.cpp b/engines/prince/archive.cpp
index 0b1367f966..d1b680c204 100644
--- a/engines/prince/archive.cpp
+++ b/engines/prince/archive.cpp
@@ -86,6 +86,7 @@ void PtcArchive::close() {
}
bool PtcArchive::hasFile(const Common::String &name) const {
+ // TODO: check if path matching should be added
return _items.contains(name);
}