aboutsummaryrefslogtreecommitdiff
path: root/engines/saga/saga.h
diff options
context:
space:
mode:
authorEugene Sandulenko2016-03-28 00:48:49 +0200
committerEugene Sandulenko2016-03-28 00:54:05 +0200
commit960d14d79d63e7766e382bf940b49482c0746671 (patch)
tree7c8c45be4f4f59cca52d2242d46e6e45102383c4 /engines/saga/saga.h
parent7590dbf472c760d0e7dd07267c9d0072b4796e54 (diff)
downloadscummvm-rg350-960d14d79d63e7766e382bf940b49482c0746671.tar.gz
scummvm-rg350-960d14d79d63e7766e382bf940b49482c0746671.tar.bz2
scummvm-rg350-960d14d79d63e7766e382bf940b49482c0746671.zip
SAGA: Explicitely mark versions which require color shifting in interface. Fixes bug #7092
Diffstat (limited to 'engines/saga/saga.h')
-rw-r--r--engines/saga/saga.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/saga/saga.h b/engines/saga/saga.h
index 9c7b2f5295..06cb411e5a 100644
--- a/engines/saga/saga.h
+++ b/engines/saga/saga.h
@@ -139,7 +139,8 @@ enum GameFeatures {
GF_ITE_FLOPPY = 1 << 0,
GF_ITE_DOS_DEMO = 1 << 1,
GF_EXTRA_ITE_CREDITS = 1 << 2,
- GF_8BIT_UNSIGNED_PCM = 1 << 3
+ GF_8BIT_UNSIGNED_PCM = 1 << 3,
+ GF_IHNM_COLOR_FIX = 1 << 4
};
enum VerbTypeIds {