diff options
author | Tarek Soliman | 2011-04-29 23:10:22 -0500 |
---|---|---|
committer | Tarek Soliman | 2011-06-16 13:37:58 -0500 |
commit | 3d1358776f15c3bea3b759481c861b9afd840369 (patch) | |
tree | 29c431f410223b136ca8ea45db2d8767bb1e4125 /engines | |
parent | efd85e17920321d893f7552bf295761374d6ce05 (diff) | |
download | scummvm-rg350-3d1358776f15c3bea3b759481c861b9afd840369.tar.gz scummvm-rg350-3d1358776f15c3bea3b759481c861b9afd840369.tar.bz2 scummvm-rg350-3d1358776f15c3bea3b759481c861b9afd840369.zip |
SAGA: flag all WIP games with ADGF_UNSTABLE
SAGA 2 Games
Diffstat (limited to 'engines')
-rw-r--r-- | engines/saga/detection_tables.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/saga/detection_tables.h b/engines/saga/detection_tables.h index f63efd206b..ab73fcba6e 100644 --- a/engines/saga/detection_tables.h +++ b/engines/saga/detection_tables.h @@ -821,7 +821,7 @@ static const SAGAGameDescription gameDescriptions[] = { }, Common::EN_ANY, Common::kPlatformPC, - ADGF_NO_FLAGS, + ADGF_UNSTABLE, GUIO_NONE }, GID_DINO, @@ -851,7 +851,7 @@ static const SAGAGameDescription gameDescriptions[] = { }, Common::EN_ANY, Common::kPlatformPC, - ADGF_NO_FLAGS, + ADGF_UNSTABLE, GUIO_NONE }, GID_FTA2, |