diff options
Diffstat (limited to 'scumm')
-rw-r--r-- | scumm/scumm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/scumm.h b/scumm/scumm.h index 800f82ab52..80b27203a5 100644 --- a/scumm/scumm.h +++ b/scumm/scumm.h @@ -114,7 +114,7 @@ enum GameFeatures { */ GF_FEW_LOCALS = 1 << 13, - /** Games made by Humongous Entertainment. */ + /** Games with multiple versions */ GF_MULTIPLE_VERSIONS = 1 << 15, GF_FMTOWNS = 1 << 17, |