diff options
author | Travis Howell | 2005-04-26 07:52:37 +0000 |
---|---|---|
committer | Travis Howell | 2005-04-26 07:52:37 +0000 |
commit | 62216f9cc22dff4ca220e47fb4b085bbdc354c55 (patch) | |
tree | 728a4a039dd34f0e7986ac6fc2aa3c5297055b20 | |
parent | e61728168d9b4eefb0626d6a81b5812a7b379737 (diff) | |
download | scummvm-rg350-62216f9cc22dff4ca220e47fb4b085bbdc354c55.tar.gz scummvm-rg350-62216f9cc22dff4ca220e47fb4b085bbdc354c55.tar.bz2 scummvm-rg350-62216f9cc22dff4ca220e47fb4b085bbdc354c55.zip |
Enable Blue's demo, for testing only.
svn-id: r17808
-rw-r--r-- | scumm/scumm.cpp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/scumm/scumm.cpp b/scumm/scumm.cpp index 0cca82a43e..166f0dd94e 100644 --- a/scumm/scumm.cpp +++ b/scumm/scumm.cpp @@ -380,6 +380,14 @@ static const ScummGameSettings scumm_settings[] = { {"ff5demo", "Freddi Fish 5: The Case of the Creature of Coral Cave (Demo)", GID_FREDDICOVE, 6, 100, 61, MDT_NONE, GF_USE_KEY | GF_NEW_COSTUMES, Common::kPlatformUnknown, 0, 0}, + // Uses smacker in external files + {"artdemo", "Blue's Art Time Activities (Demo)", GID_HEGAME, 6, 99, 61, MDT_NONE, + GF_USE_KEY | GF_NEW_COSTUMES, Common::kPlatformUnknown, 0, 0}, + {"BluesBirthdayDemo", "Blue's Birthday Adventure (Demo)", GID_HEGAME, 6, 98, 61, MDT_NONE, + GF_USE_KEY | GF_NEW_COSTUMES, Common::kPlatformUnknown, 0, 0}, + {"readdemo", "Blue's Reading Time Activities (Demo)", GID_HEGAME, 6, 99, 61, MDT_NONE, + GF_USE_KEY | GF_NEW_COSTUMES, Common::kPlatformUnknown, 0, 0}, + // Uses bink in external files for logos {"Baseball2003", "Backyard Baseball 2003", GID_HEGAME, 6, 100, 61, MDT_NONE, GF_USE_KEY | GF_NEW_COSTUMES, Common::kPlatformUnknown, 0, 0}, |