aboutsummaryrefslogtreecommitdiff
path: root/scumm/scumm.h
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/scumm.h')
-rw-r--r--scumm/scumm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/scumm.h b/scumm/scumm.h
index 1fa4620bdf..6f85d6bb76 100644
--- a/scumm/scumm.h
+++ b/scumm/scumm.h
@@ -79,7 +79,7 @@ enum GameFeatures {
GF_16COLOR = 1 << 9,
GF_OLD256 = 1 << 10,
GF_AUDIOTRACKS = 1 << 11,
- GF_NO_SCALLING = 1 << 12,
+ GF_NO_SCALING = 1 << 12,
GF_ADLIB_DEFAULT = 1 << 13,
GF_AMIGA = 1 << 14,
GF_HUMONGOUS = 1 << 15,