aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/core/resource_key.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2016-05-09 21:03:21 -0400
committerPaul Gilbert2016-07-10 16:39:01 -0400
commit0820c3ffaee211270ab75a14cd1d42047354aa34 (patch)
tree3c97672d3fb1f1f7b534e6013d53cbcf64f6bcb8 /engines/titanic/core/resource_key.cpp
parentb99fa6ba8c7f4a5407ff59812e5e6023c8a3301c (diff)
downloadscummvm-rg350-0820c3ffaee211270ab75a14cd1d42047354aa34.tar.gz
scummvm-rg350-0820c3ffaee211270ab75a14cd1d42047354aa34.tar.bz2
scummvm-rg350-0820c3ffaee211270ab75a14cd1d42047354aa34.zip
TITANIC: Refactor CTitleEngine to use CFilesManager for PE resources
Diffstat (limited to 'engines/titanic/core/resource_key.cpp')
-rw-r--r--engines/titanic/core/resource_key.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/core/resource_key.cpp b/engines/titanic/core/resource_key.cpp
index 537dd432f0..a6a06153de 100644
--- a/engines/titanic/core/resource_key.cpp
+++ b/engines/titanic/core/resource_key.cpp
@@ -75,7 +75,7 @@ CString CResourceKey::exists() const {
}
bool CResourceKey::scanForFile() const {
- return g_vm->_filesManager.scanForFile(_value);
+ return g_vm->_filesManager->scanForFile(_value);
}
FileType CResourceKey::fileTypeSuffix() const {