aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/kyra_v1.h
diff options
context:
space:
mode:
authorFlorian Kagerer2008-05-24 16:30:18 +0000
committerFlorian Kagerer2008-05-24 16:30:18 +0000
commit0efebd98761fc558f9c3082dbfa7239353520571 (patch)
tree089e1e15058adaf700452f9f36067dba8a9ab69d /engines/kyra/kyra_v1.h
parentd0194206498ab28efcfd2ed591041c901da78048 (diff)
downloadscummvm-rg350-0efebd98761fc558f9c3082dbfa7239353520571.tar.gz
scummvm-rg350-0efebd98761fc558f9c3082dbfa7239353520571.tar.bz2
scummvm-rg350-0efebd98761fc558f9c3082dbfa7239353520571.zip
- add support for HOF floppy versions
- playing directly from installer files (WESTWOOD.00X) is supported (not recommended for low-end machines and certain ports) svn-id: r32249
Diffstat (limited to 'engines/kyra/kyra_v1.h')
-rw-r--r--engines/kyra/kyra_v1.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/engines/kyra/kyra_v1.h b/engines/kyra/kyra_v1.h
index 2278cc81df..4f38ceca98 100644
--- a/engines/kyra/kyra_v1.h
+++ b/engines/kyra/kyra_v1.h
@@ -46,11 +46,12 @@ struct GameFlags {
Common::Language lang;
Common::Platform platform;
- bool isDemo : 1;
- bool useAltShapeHeader : 1; // alternative shape header (uses 2 bytes more, those are unused though)
- bool isTalkie : 1;
- bool useHiResOverlay : 1;
- bool useDigSound : 1;
+ bool isDemo : 1;
+ bool useAltShapeHeader : 1; // alternative shape header (uses 2 bytes more, those are unused though)
+ bool isTalkie : 1;
+ bool useHiResOverlay : 1;
+ bool useDigSound : 1;
+ bool useInstallerPackage : 1;
byte gameID;
};