aboutsummaryrefslogtreecommitdiff
path: root/scumm/scumm.h
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/scumm.h')
-rw-r--r--scumm/scumm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/scumm/scumm.h b/scumm/scumm.h
index 54c9dd1d82..5787cc450a 100644
--- a/scumm/scumm.h
+++ b/scumm/scumm.h
@@ -85,6 +85,7 @@ enum GameFeatures {
GF_AFTER_HEV7 = 1 << 15,
GF_FMTOWNS = 1 << 16,
GF_FEW_LOCALS = 1 << 17,
+ GF_NES = 1 << 18,
GF_EXTERNAL_CHARSET = GF_SMALL_HEADER
};