aboutsummaryrefslogtreecommitdiff
path: root/scumm.h
diff options
context:
space:
mode:
authorJames Brown2002-06-27 10:40:37 +0000
committerJames Brown2002-06-27 10:40:37 +0000
commita1ccc73112525275917472a8c13be9f048cdee6b (patch)
tree6324569d49ce1b790e84252c253a4c4c9a58a507 /scumm.h
parent98880a58c4d283c757aa27d5e4cadf783e450b9a (diff)
downloadscummvm-rg350-a1ccc73112525275917472a8c13be9f048cdee6b.tar.gz
scummvm-rg350-a1ccc73112525275917472a8c13be9f048cdee6b.tar.bz2
scummvm-rg350-a1ccc73112525275917472a8c13be9f048cdee6b.zip
Basic putt-putt game support.
svn-id: r4434
Diffstat (limited to 'scumm.h')
-rw-r--r--scumm.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/scumm.h b/scumm.h
index 6a74e09a66..4e9a8299a4 100644
--- a/scumm.h
+++ b/scumm.h
@@ -479,7 +479,8 @@ enum GameFeatures {
GF_AUDIOTRACKS = 1024,
GF_NO_SCALLING = 2048,
GF_ADLIB_DEFAULT = 4096,
- GF_AMIGA = 8192
+ GF_AMIGA = 8192,
+ GF_HUMONGOUS = 16384
};
enum WhereIsObject {