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:
parent
e4e9538038
commit
5dd4d3e8e4
6 changed files with 9 additions and 8 deletions
|
@ -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
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue