aboutsummaryrefslogtreecommitdiff
path: root/common/savefile.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/savefile.h')
-rw-r--r--common/savefile.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/common/savefile.h b/common/savefile.h
index 3aa0f423e3..2f4b8a2d5b 100644
--- a/common/savefile.h
+++ b/common/savefile.h
@@ -105,7 +105,8 @@ public:
/**
* Open the savefile with the specified name in the given directory for saving.
- * @param name the name of the savefile
+ * @param name the name of the savefile
+ * @param compress toggles whether to compress the resulting save file (default) or not.
* @return pointer to an OutSaveFile, or NULL if an error occurred.
*/
virtual OutSaveFile *openForSaving(const String &name, bool compress = true) = 0;