aboutsummaryrefslogtreecommitdiff
path: root/engines/lilliput/detection.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/lilliput/detection.cpp')
-rw-r--r--engines/lilliput/detection.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/engines/lilliput/detection.cpp b/engines/lilliput/detection.cpp
index bd31de15c9..f42221dc39 100644
--- a/engines/lilliput/detection.cpp
+++ b/engines/lilliput/detection.cpp
@@ -161,7 +161,9 @@ bool LilliputMetaEngine::hasFeature(MetaEngineFeature f) const {
(f == kSavesSupportCreationDate);
}
-int LilliputMetaEngine::getMaximumSaveSlot() const { return 99; }
+int LilliputMetaEngine::getMaximumSaveSlot() const {
+ return 99;
+}
SaveStateList LilliputMetaEngine::listSaves(const char *target) const {
Common::SaveFileManager *saveFileMan = g_system->getSavefileManager();