From 27c80f012a15d0255881df363041217c2a8a7836 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Mon, 27 Feb 2017 19:45:00 -0500 Subject: TITANIC: Fix PET not showing on savegame load in front of nav helmet --- engines/titanic/core/resource_key.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'engines/titanic/core/resource_key.h') diff --git a/engines/titanic/core/resource_key.h b/engines/titanic/core/resource_key.h index 27b23ed1e7..f9c37a7de0 100644 --- a/engines/titanic/core/resource_key.h +++ b/engines/titanic/core/resource_key.h @@ -55,10 +55,9 @@ public: const CString &getString() const { return _key; } /** - * Checks whether a file for the given key exists, - * and returns it's filename if it does + * Extracts a filename from the resource key */ - CString exists() const; + CString getFilename() const; /** * Scans for a file with a matching name -- cgit v1.2.3