diff options
author | Strangerke | 2016-05-23 18:53:07 +0200 |
---|---|---|
committer | Strangerke | 2016-05-23 18:53:07 +0200 |
commit | 7eeb50e488ba4177d635e2396ab6b51ac9601b26 (patch) | |
tree | ffa9e8de7e5e8b25a68e51c06cf0d78b4814a6d1 | |
parent | ecdf982eba72f00c34aa73644c074f60e493887b (diff) | |
download | scummvm-rg350-7eeb50e488ba4177d635e2396ab6b51ac9601b26.tar.gz scummvm-rg350-7eeb50e488ba4177d635e2396ab6b51ac9601b26.tar.bz2 scummvm-rg350-7eeb50e488ba4177d635e2396ab6b51ac9601b26.zip |
GNAP: As suggested by Tsoliman, tag the games as unstable
-rw-r--r-- | engines/gnap/detection.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/gnap/detection.cpp b/engines/gnap/detection.cpp index b68d64c4ed..a7e9eece4a 100644 --- a/engines/gnap/detection.cpp +++ b/engines/gnap/detection.cpp @@ -43,7 +43,7 @@ static const ADGameDescription gameDescriptions[] = { {"stock_n.dat", 0, "46819043d019a2f36b727cc2bdd6980f", 12515823}, AD_LISTEND }, - Common::EN_ANY, Common::kPlatformWindows, ADGF_NO_FLAGS, GUIO0() + Common::EN_ANY, Common::kPlatformWindows, ADGF_UNSTABLE, GUIO0() }, { "gnap", "", @@ -51,7 +51,7 @@ static const ADGameDescription gameDescriptions[] = { {"stock_n.dat", 0, "46819043d019a2f36b727cc2bdd6980f", 12995485}, AD_LISTEND }, - Common::RU_RUS, Common::kPlatformWindows, ADGF_NO_FLAGS, GUIO0() + Common::RU_RUS, Common::kPlatformWindows, ADGF_UNSTABLE, GUIO0() }, AD_TABLE_END_MARKER |