[Scummvm-git-logs] scummvm master -> dc6f4491cfd723354f95b32bd095b858e01c7ab5

neuromancer noreply at scummvm.org
Thu Feb 3 17:56:08 UTC 2022


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:
dc6f4491cf HYPNO: german release of spider in testing


Commit: dc6f4491cfd723354f95b32bd095b858e01c7ab5
    https://github.com/scummvm/scummvm/commit/dc6f4491cfd723354f95b32bd095b858e01c7ab5
Author: neuromancer (gustavo.grieco at gmail.com)
Date: 2022-02-03T18:56:13+01:00

Commit Message:
HYPNO: german release of spider in testing

Changed paths:
    engines/hypno/detection.cpp
    engines/hypno/spider/hard.cpp


diff --git a/engines/hypno/detection.cpp b/engines/hypno/detection.cpp
index b3f9ce01476..24a8d43e7a7 100644
--- a/engines/hypno/detection.cpp
+++ b/engines/hypno/detection.cpp
@@ -76,7 +76,7 @@ static const ADGameDescription gameDescriptions[] = {
 				"MISSIONS.LIB", "585704e26094cbaf14fbee90798e8d5d", 119945),
 		Common::DE_DEU,
 		Common::kPlatformDOS,
-		ADGF_UNSTABLE,
+		ADGF_TESTING,
 		GUIO1(GUIO_NOMIDI)
 	},
 	{
diff --git a/engines/hypno/spider/hard.cpp b/engines/hypno/spider/hard.cpp
index d4906b2aec9..702a00fd0fd 100644
--- a/engines/hypno/spider/hard.cpp
+++ b/engines/hypno/spider/hard.cpp
@@ -272,6 +272,7 @@ void SpiderEngine::runNote(Code *code) {
 
 	switch (_language) {
 	case Common::EN_USA:
+	case Common::DE_DEU:
 		alpha = alphaEN;
 		letterBox = letterBoxEN;
 		if (_sceneState["GS_PUZZLELEVEL"] == 0) { // easy




More information about the Scummvm-git-logs mailing list