diff options
author | Alyssa Milburn | 2011-08-24 16:16:31 +0200 |
---|---|---|
committer | Alyssa Milburn | 2011-08-24 16:16:31 +0200 |
commit | fe64e4bd80fd7a7398440f9bacd89afead8d4033 (patch) | |
tree | 2628bdc14dced39216281fe7e97c936b54ad51cb /engines/composer | |
parent | 4e849092d23689f7a82f834e51279401b4349893 (diff) | |
download | scummvm-rg350-fe64e4bd80fd7a7398440f9bacd89afead8d4033.tar.gz scummvm-rg350-fe64e4bd80fd7a7398440f9bacd89afead8d4033.tar.bz2 scummvm-rg350-fe64e4bd80fd7a7398440f9bacd89afead8d4033.zip |
COMPOSER: Mark demos with ADGF_DEMO.
Diffstat (limited to 'engines/composer')
-rw-r--r-- | engines/composer/detection.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/composer/detection.cpp b/engines/composer/detection.cpp index d6df942b13..3c7d9f9cd5 100644 --- a/engines/composer/detection.cpp +++ b/engines/composer/detection.cpp @@ -74,7 +74,7 @@ static const ComposerGameDescription gameDescriptions[] = { AD_ENTRY1("book.ini", "dbc98c566f4ac61b544443524585dccb"), Common::EN_ANY, Common::kPlatformWindows, - ADGF_USEEXTRAASTITLE, + ADGF_USEEXTRAASTITLE | ADGF_DEMO, Common::GUIO_NONE }, GType_ComposerV1 @@ -101,7 +101,7 @@ static const ComposerGameDescription gameDescriptions[] = { AD_ENTRY1("book.ini", "3dede2522bb0886c95667b082987a87f"), Common::EN_ANY, Common::kPlatformWindows, - ADGF_USEEXTRAASTITLE, + ADGF_USEEXTRAASTITLE | ADGF_DEMO, Common::GUIO_NONE }, GType_ComposerV2 |