diff options
author | Travis Howell | 2006-02-02 05:13:39 +0000 |
---|---|---|
committer | Travis Howell | 2006-02-02 05:13:39 +0000 |
commit | da860e9985ebacf058b361397ef4a654b676be8f (patch) | |
tree | c02d8c6f30c9557ef3e5644b03f390e3ecb3e391 /scumm | |
parent | 8b6449ce6e409524120f7ee1598fa3d8e957e052 (diff) | |
download | scummvm-rg350-da860e9985ebacf058b361397ef4a654b676be8f.tar.gz scummvm-rg350-da860e9985ebacf058b361397ef4a654b676be8f.tar.bz2 scummvm-rg350-da860e9985ebacf058b361397ef4a654b676be8f.zip |
Oops
svn-id: r20347
Diffstat (limited to 'scumm')
-rw-r--r-- | scumm/scumm.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/scumm/scumm.cpp b/scumm/scumm.cpp index 8891fbaa0b..527d866d82 100644 --- a/scumm/scumm.cpp +++ b/scumm/scumm.cpp @@ -334,16 +334,16 @@ static const ScummGameSettings scumm_settings[] = { GF_USE_KEY | GF_NEW_COSTUMES | GF_HE_NOSUBTITLES | GF_HE_LOCALIZED | GF_16BIT_COLOR, Common::kPlatformWindows}, // Restructured the Scumm engine + {"pjgames", "Pajama Sam: Games to Play On Any Day", GID_HEGAME, 6, 100, MDT_NONE, + GF_USE_KEY | GF_NEW_COSTUMES | GF_HE_NOSUBTITLES | GF_HE_LOCALIZED | GF_16BIT_COLOR, Common::kPlatformWindows}, + + // Uses bink in external files for logos {"Baseball2003", "Backyard Baseball 2003", GID_HEGAME, 6, 100, MDT_NONE, GF_USE_KEY | GF_NEW_COSTUMES | GF_16BIT_COLOR, Common::kPlatformWindows}, {"basketball", "Backyard Basketball", GID_HEGAME, 6, 100, MDT_NONE, GF_USE_KEY | GF_NEW_COSTUMES, Common::kPlatformWindows}, - - // Uses bink in external files for logos {"Soccer2004", "Backyard Soccer 2004", GID_HEGAME, 6, 100, MDT_NONE, GF_USE_KEY | GF_NEW_COSTUMES | GF_16BIT_COLOR, Common::kPlatformWindows}, - {"pjgames", "Pajama Sam: Games to Play On Any Day", GID_HEGAME, 6, 100, MDT_NONE, - GF_USE_KEY | GF_NEW_COSTUMES | GF_HE_NOSUBTITLES | GF_HE_LOCALIZED | GF_16BIT_COLOR, Common::kPlatformWindows}, // Uses smacker in external files, for testing only {"BluesBirthdayDemo", "Blue's Birthday Adventure (Demo)", GID_HEGAME, 6, 98, MDT_NONE, |