diff options
Diffstat (limited to 'engines/scumm/scumm.h')
-rw-r--r-- | engines/scumm/scumm.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/engines/scumm/scumm.h b/engines/scumm/scumm.h index f661db08c5..416d1a2de5 100644 --- a/engines/scumm/scumm.h +++ b/engines/scumm/scumm.h @@ -107,9 +107,6 @@ enum GameFeatures { /** Games which have Audio CD tracks. */ GF_AUDIOTRACKS = 1 << 9, - /** Games without actor scaling (ScummEngine_v3 and subclasses). */ - GF_NO_SCALING = 1 << 10, - /** * Games using only very few local variables in scripts. * Apparently that is only the case for 256 color version of Indy3. |