[Scummvm-git-logs] scummvm master -> 9c7e456d613b50e0aa4909afd2b2386dad341976
whiterandrek
whiterandrek at gmail.com
Mon Oct 12 21:47:53 UTC 2020
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:
9c7e456d61 PETKA: games are suitable for testing
Commit: 9c7e456d613b50e0aa4909afd2b2386dad341976
https://github.com/scummvm/scummvm/commit/9c7e456d613b50e0aa4909afd2b2386dad341976
Author: Andrei Prykhodko (whiterandrek at gmail.com)
Date: 2020-10-13T00:47:34+03:00
Commit Message:
PETKA: games are suitable for testing
Changed paths:
engines/petka/detection_tables.h
diff --git a/engines/petka/detection_tables.h b/engines/petka/detection_tables.h
index 120c44a17f..db8262f64a 100644
--- a/engines/petka/detection_tables.h
+++ b/engines/petka/detection_tables.h
@@ -34,7 +34,7 @@ static const ADGameDescription gameDescriptions[] = {
AD_ENTRY1s("DEMO.EXE", "5ef1ceaba05413d04fd733a81e6adbae", 888832),
Common::RU_RUS,
Common::kPlatformWindows,
- ADGF_UNSTABLE | ADGF_DROPPLATFORM | ADGF_DROPLANGUAGE | ADGF_DEMO,
+ ADGF_TESTING | ADGF_DROPPLATFORM | ADGF_DROPLANGUAGE | ADGF_DEMO,
GUIO1(GUIO_NOMIDI)
},
@@ -46,7 +46,7 @@ static const ADGameDescription gameDescriptions[] = {
AD_ENTRY1s("MAIN.STR", "2523bf402ac8b7b2bf54e6e29a79831d", 27414919),
Common::RU_RUS,
Common::kPlatformWindows,
- ADGF_UNSTABLE | ADGF_DROPPLATFORM | ADGF_DROPLANGUAGE,
+ ADGF_TESTING | ADGF_DROPPLATFORM | ADGF_DROPLANGUAGE,
GUIO1(GUIO_NOMIDI)
},
@@ -58,7 +58,7 @@ static const ADGameDescription gameDescriptions[] = {
AD_ENTRY1s("main.str", "4e515669c343609518277cab6e7d8c8f", 18992879),
Common::RU_RUS,
Common::kPlatformWindows,
- ADGF_UNSTABLE | ADGF_DROPPLATFORM | ADGF_DROPLANGUAGE,
+ ADGF_TESTING | ADGF_DROPPLATFORM | ADGF_DROPLANGUAGE,
GUIO1(GUIO_NOMIDI)
},
More information about the Scummvm-git-logs
mailing list