diff options
author | Travis Howell | 2005-11-04 22:34:30 +0000 |
---|---|---|
committer | Travis Howell | 2005-11-04 22:34:30 +0000 |
commit | 32992c56451fda923e17f185d0f486f25884c9c0 (patch) | |
tree | 22df2eb88c15474664f3d6c8f90e3aadb0bbd597 | |
parent | 31160e1de50780df22e66236038eef86d80a5905 (diff) | |
download | scummvm-rg350-32992c56451fda923e17f185d0f486f25884c9c0.tar.gz scummvm-rg350-32992c56451fda923e17f185d0f486f25884c9c0.tar.bz2 scummvm-rg350-32992c56451fda923e17f185d0f486f25884c9c0.zip |
Ooops
svn-id: r19428
-rw-r--r-- | scumm/scumm.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/scumm/scumm.cpp b/scumm/scumm.cpp index 762b17bf9a..8adad3059c 100644 --- a/scumm/scumm.cpp +++ b/scumm/scumm.cpp @@ -325,8 +325,6 @@ static const ScummGameSettings scumm_settings[] = { GF_USE_KEY | GF_NEW_COSTUMES | GF_HE_LOCALIZED, Common::kPlatformWindows}, {"PuttsFunShop", "Putt-Putt's One-Stop Fun Shop", GID_FUNSHOP, 6, 99, MDT_NONE, GF_USE_KEY | GF_NEW_COSTUMES | GF_HE_LOCALIZED, Common::kPlatformWindows}, - {"putttime", "Putt-Putt Travels Through Time", GID_HEGAME, 6, 99, MDT_NONE, - GF_USE_KEY | GF_NEW_COSTUMES, Common::kPlatformWindows}, {"spyozon", "Spyfox 3: Operation Ozone", GID_HEGAME, 6, 99, MDT_NONE, GF_USE_KEY | GF_NEW_COSTUMES | GF_HE_NOSUBTITLES | GF_HE_LOCALIZED | GF_16BIT_COLOR, Common::kPlatformWindows}, |