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