aboutsummaryrefslogtreecommitdiff
path: root/saga/saga.h
diff options
context:
space:
mode:
Diffstat (limited to 'saga/saga.h')
-rw-r--r--saga/saga.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/saga/saga.h b/saga/saga.h
index b6a245e410..0ba789bf3c 100644
--- a/saga/saga.h
+++ b/saga/saga.h
@@ -632,7 +632,7 @@ private:
public:
int decodeBGImage(const byte *image_data, size_t image_size,
- byte **output_buf, size_t *output_buf_len, int *w, int *h);
+ byte **output_buf, size_t *output_buf_len, int *w, int *h, bool flip = false);
const byte *getImagePal(const byte *image_data, size_t image_size);
void loadStrings(StringsTable &stringsTable, const byte *stringsPointer, size_t stringsLength);