[Scummvm-cvs-logs] scummvm master -> 9793201dea7003cb284520f09ff8174f43baf3ae

Strangerke Strangerke at scummvm.org
Sun Jan 24 01:45:05 CET 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:
9793201dea LAB: Remove testing flag on the Amiga version, set it as unsupported


Commit: 9793201dea7003cb284520f09ff8174f43baf3ae
    https://github.com/scummvm/scummvm/commit/9793201dea7003cb284520f09ff8174f43baf3ae
Author: Strangerke (strangerke at scummvm.org)
Date: 2016-01-24T01:38:29+01:00

Commit Message:
LAB: Remove testing flag on the Amiga version, set it as unsupported

Changed paths:
    engines/lab/detection.cpp



diff --git a/engines/lab/detection.cpp b/engines/lab/detection.cpp
index 86071d6..eedf09f 100644
--- a/engines/lab/detection.cpp
+++ b/engines/lab/detection.cpp
@@ -84,7 +84,7 @@ static const ADGameDescription labDescriptions[] = {
 		AD_ENTRY1s("doors", "7bf458df6ec30cc8ef4665e4d7c77f59", 2537), // game/doors
 		Common::EN_ANY,
 		Common::kPlatformAmiga,
-		Lab::GF_LOWRES | ADGF_TESTING,
+		Lab::GF_LOWRES | ADGF_UNSTABLE,
 		GUIO0()
 	},
 	AD_TABLE_END_MARKER






More information about the Scummvm-git-logs mailing list