diff options
Diffstat (limited to 'common/system.h')
-rw-r--r-- | common/system.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/common/system.h b/common/system.h index 6b21ae4b82..0d0ffda1e0 100644 --- a/common/system.h +++ b/common/system.h @@ -1042,7 +1042,9 @@ public: * and other modifiable persistent game data. For more information, * refer to the SaveFileManager documentation. */ - virtual Common::SaveFileManager *getSavefileManager(); + inline Common::SaveFileManager *getSavefileManager() { + return _savefileManager; + } /** * Returns the FilesystemFactory object, depending on the current architecture. |