From 4e27844fef5c631bc92fbd9e0e61da7d1d2bfe86 Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Fri, 10 Sep 2010 14:07:32 +0000 Subject: SCI: Some changes regarding resources - Renamed the debug command "resource_size" to "resource_info", as it now provides the location of where a specified resource is found (i.e. the resource.xxx file, or the file name itself, if the resource is a patch) - "duskdump" shows the original location of dumped resources - loadResource() now shows the location of files that couldn't be loaded svn-id: r52667 --- engines/sci/resource.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'engines/sci/resource.h') diff --git a/engines/sci/resource.h b/engines/sci/resource.h index 53c00f6ec0..f5d6517398 100644 --- a/engines/sci/resource.h +++ b/engines/sci/resource.h @@ -219,6 +219,8 @@ public: */ void writeToStream(Common::WriteStream *stream) const; + const Common::String &getResourceLocation() const; + // FIXME: This audio specific method is a hack. After all, why should a // Resource have audio specific methods? But for now we keep this, as it // eases transition. -- cgit v1.2.3