[Scummvm-cvs-logs] scummvm master -> 81d7bc6d0c695ae404f96a457ad79fe96f8674b5

Strangerke Strangerke at scummvm.org
Thu Jun 9 08:08:45 CEST 2016


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
81d7bc6d0c GNAP: Mark game as TESTING


Commit: 81d7bc6d0c695ae404f96a457ad79fe96f8674b5
    https://github.com/scummvm/scummvm/commit/81d7bc6d0c695ae404f96a457ad79fe96f8674b5
Author: Strangerke (strangerke at scummvm.org)
Date: 2016-06-09T07:59:27+02:00

Commit Message:
GNAP: Mark game as TESTING

Changed paths:
    engines/gnap/detection.cpp



diff --git a/engines/gnap/detection.cpp b/engines/gnap/detection.cpp
index 4445fcde..7e4ab56 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






More information about the Scummvm-git-logs mailing list