aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/adrift/scprotos.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/glk/adrift/scprotos.h')
-rw-r--r--engines/glk/adrift/scprotos.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/glk/adrift/scprotos.h b/engines/glk/adrift/scprotos.h
index 39fba6bbe4..6fd383cba8 100644
--- a/engines/glk/adrift/scprotos.h
+++ b/engines/glk/adrift/scprotos.h
@@ -97,10 +97,11 @@ extern sc_uint sc_hash(const sc_char *string);
/* TAF file reader/decompressor enumerations, opaque typedef and functions. */
enum {
TAF_VERSION_NONE = 0,
+ TAF_VERSION_SAVE = 999,
TAF_VERSION_500 = 500,
TAF_VERSION_400 = 400,
TAF_VERSION_390 = 390,
- TAF_VERSION_380 = 380
+ TAF_VERSION_380 = 380,
};
typedef struct sc_taf_s *sc_tafref_t;