diff options
author | Travis Howell | 2003-08-06 09:10:19 +0000 |
---|---|---|
committer | Travis Howell | 2003-08-06 09:10:19 +0000 |
commit | e4e9538038a59cb2d47c61fcfb762d02b2abfb8c (patch) | |
tree | e0570ed96e29fca774e783b8f9a3f57f58cf9e09 /simon | |
parent | 8b3ac82f358e7066070f0f19a2118fd9fc0bdd08 (diff) | |
download | scummvm-rg350-e4e9538038a59cb2d47c61fcfb762d02b2abfb8c.tar.gz scummvm-rg350-e4e9538038a59cb2d47c61fcfb762d02b2abfb8c.tar.bz2 scummvm-rg350-e4e9538038a59cb2d47c61fcfb762d02b2abfb8c.zip |
Add GF_INDY3 feature flag for indy3 games to reduce checks
Remove GF_ADLIB_DEFAULT since it is no longer used
svn-id: r9546
Diffstat (limited to 'simon')
-rw-r--r-- | simon/intern.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/simon/intern.h b/simon/intern.h index c7f07b72ef..eb0c79cda6 100644 --- a/simon/intern.h +++ b/simon/intern.h @@ -140,7 +140,7 @@ enum { GF_TALKIE = 1 << 2, GF_DEMO = 1 << 3, GF_MAC = 1 << 4, - GF_AMIGA = 1 << 5 + GF_AMIGA = 1 << 5 }; enum { |