Add GF_LOOM feature flag for loom games to reduce checks.

Will make it easier to add loom fm towns target in future.

svn-id: r9547
This commit is contained in:
Travis Howell 2003-08-06 09:30:48 +00:00
parent e4e9538038
commit 5dd4d3e8e4
6 changed files with 9 additions and 8 deletions

View file

@ -85,6 +85,7 @@ enum GameFeatures {
GF_AFTER_HEV7 = 1 << 15,
GF_FMTOWNS = 1 << 16,
GF_INDY3 = 1 << 17,
GF_LOOM = 1 << 18,
GF_EXTERNAL_CHARSET = GF_SMALL_HEADER
};