aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStrangerke2016-06-09 07:58:35 +0200
committerStrangerke2016-06-09 07:59:27 +0200
commit81d7bc6d0c695ae404f96a457ad79fe96f8674b5 (patch)
tree3a86a9a96332d681715a6a0734dab74261b0fbe1
parentff8292fc7b80aa325048009220cbaeb626e2424d (diff)
downloadscummvm-rg350-81d7bc6d0c695ae404f96a457ad79fe96f8674b5.tar.gz
scummvm-rg350-81d7bc6d0c695ae404f96a457ad79fe96f8674b5.tar.bz2
scummvm-rg350-81d7bc6d0c695ae404f96a457ad79fe96f8674b5.zip
GNAP: Mark game as TESTING
-rw-r--r--engines/gnap/detection.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/gnap/detection.cpp b/engines/gnap/detection.cpp
index 4445fcdea6..7e4ab56d1f 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_UNSTABLE, GUIO0()
+ Common::EN_ANY, Common::kPlatformWindows, ADGF_TESTING, GUIO0()
},
{
"gnap", "",
@@ -51,7 +51,7 @@ static const ADGameDescription gameDescriptions[] = {
{"stock_n.dat", 0, "46819043d019a2f36b727cc2bdd6980f", 12995485},
AD_LISTEND
},
- Common::RU_RUS, Common::kPlatformWindows, ADGF_UNSTABLE, GUIO0()
+ Common::RU_RUS, Common::kPlatformWindows, ADGF_TESTING, GUIO0()
},
AD_TABLE_END_MARKER