aboutsummaryrefslogtreecommitdiff
path: root/engines/sword25/package/packagemanager.h
diff options
context:
space:
mode:
authorFilippos Karapetis2011-01-28 17:29:08 +0000
committerFilippos Karapetis2011-01-28 17:29:08 +0000
commit5978d8f63d5f67ece8d275f7959d99ccc92ac171 (patch)
tree98835aa8f976ce9fdf0d239b09552af4d17f8e37 /engines/sword25/package/packagemanager.h
parenteb59444d1e4f2c986a6fe05b9d6be691ae2e28bd (diff)
downloadscummvm-rg350-5978d8f63d5f67ece8d275f7959d99ccc92ac171.tar.gz
scummvm-rg350-5978d8f63d5f67ece8d275f7959d99ccc92ac171.tar.bz2
scummvm-rg350-5978d8f63d5f67ece8d275f7959d99ccc92ac171.zip
SWORD25: Marked several unused LUA callbacks as dummy functions. Some cleanup.
svn-id: r55597
Diffstat (limited to 'engines/sword25/package/packagemanager.h')
-rw-r--r--engines/sword25/package/packagemanager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sword25/package/packagemanager.h b/engines/sword25/package/packagemanager.h
index 03598012a6..3a976b32fa 100644
--- a/engines/sword25/package/packagemanager.h
+++ b/engines/sword25/package/packagemanager.h
@@ -161,7 +161,7 @@ public:
* If the path could not be determined, an empty string is returned.
* @remark For cutting path elements '\' is used rather than '/' elements.
*/
- Common::String getCurrentDirectory();
+ Common::String getCurrentDirectory() { return _currentDirectory; }
/**
* Changes the current directory.
* @param Directory The path to the new directory. The path can be relative.