aboutsummaryrefslogtreecommitdiff
path: root/gob/gob.h
diff options
context:
space:
mode:
Diffstat (limited to 'gob/gob.h')
-rw-r--r--gob/gob.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gob/gob.h b/gob/gob.h
index 099e64bdf6..0a14f2c9d6 100644
--- a/gob/gob.h
+++ b/gob/gob.h
@@ -69,7 +69,8 @@ enum {
GF_GOB2 = 1 << 1,
GF_GOB3 = 1 << 2,
GF_WOODRUFF = 1 << 3,
- GF_CD = 1 << 4
+ GF_CD = 1 << 4,
+ GF_MAC = 1 << 5
};
typedef struct GobGameSettings {