aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/gob.h
diff options
context:
space:
mode:
authorEugene Sandulenko2007-01-30 22:32:51 +0000
committerEugene Sandulenko2007-01-30 22:32:51 +0000
commit3766e0a77df3839c1622b254390e665c009d4b74 (patch)
tree17531bb1363ab2c275fc4253782a75914b944e4c /engines/gob/gob.h
parentf395822aa682da27deb23f16c1ab08e57b5718e5 (diff)
downloadscummvm-rg350-3766e0a77df3839c1622b254390e665c009d4b74.tar.gz
scummvm-rg350-3766e0a77df3839c1622b254390e665c009d4b74.tar.bz2
scummvm-rg350-3766e0a77df3839c1622b254390e665c009d4b74.zip
eplaced platform-specific game features with common platform setting.
svn-id: r25294
Diffstat (limited to 'engines/gob/gob.h')
-rw-r--r--engines/gob/gob.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/engines/gob/gob.h b/engines/gob/gob.h
index 6e5abd491b..14aa128f2a 100644
--- a/engines/gob/gob.h
+++ b/engines/gob/gob.h
@@ -91,9 +91,7 @@ enum {
GF_GOB3 = 1 << 2,
GF_WOODRUFF = 1 << 3,
GF_CD = 1 << 4,
- GF_MAC = 1 << 5,
- GF_EGA = 1 << 6,
- GF_AMIGA = 1 << 7
+ GF_EGA = 1 << 5
};
enum {
@@ -144,6 +142,7 @@ public:
int32 _features;
Common::Language _language;
+ Common::Platform _platform;
char *_startTot;
char *_startTot0;
bool _copyProtection;