aboutsummaryrefslogtreecommitdiff
path: root/engines/cine/cine.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cine/cine.h')
-rw-r--r--engines/cine/cine.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/cine/cine.h b/engines/cine/cine.h
index bddbfd86b7..3a83dba7e9 100644
--- a/engines/cine/cine.h
+++ b/engines/cine/cine.h
@@ -55,7 +55,8 @@ enum CineGameType {
enum CineGameFeatures {
GF_CD = 1 << 0,
- GF_DEMO = 1 << 1
+ GF_DEMO = 1 << 1,
+ GF_ALT_FONT = 1 << 2
};
struct CINEGameDescription {