diff options
-rw-r--r-- | scumm.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -529,6 +529,7 @@ enum GameFeatures { GF_AUDIOTRACKS = 1024, GF_NO_SCALLING = 2048, GF_ADLIB_DEFAULT = 4096, + GF_AMIGA = 8192 }; enum WhereIsObject { |
![]() |
index : scummvm-rg350 | |
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350 | neonloop |
aboutsummaryrefslogtreecommitdiff |
-rw-r--r-- | scumm.h | 1 |
@@ -529,6 +529,7 @@ enum GameFeatures { GF_AUDIOTRACKS = 1024, GF_NO_SCALLING = 2048, GF_ADLIB_DEFAULT = 4096, + GF_AMIGA = 8192 }; enum WhereIsObject { |