[Scummvm-git-logs] scummvm master -> 826383601a4fa5dd9c324be654f43ab5ee87ccc8

sev- noreply at scummvm.org
Thu Sep 29 12:18:35 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:
826383601a DIRECTOR: Convert note about wolfgang into quirk


Commit: 826383601a4fa5dd9c324be654f43ab5ee87ccc8
    https://github.com/scummvm/scummvm/commit/826383601a4fa5dd9c324be654f43ab5ee87ccc8
Author: eientei (einstein95 at users.noreply.github.com)
Date: 2022-09-29T14:18:29+02:00

Commit Message:
DIRECTOR: Convert note about wolfgang into quirk

Changed paths:
    engines/director/detection_tables.h
    engines/director/game-quirks.cpp


diff --git a/engines/director/detection_tables.h b/engines/director/detection_tables.h
index 9fbf015a7eb..6efe227062b 100644
--- a/engines/director/detection_tables.h
+++ b/engines/director/detection_tables.h
@@ -4756,7 +4756,6 @@ static const DirectorGameDescription gameDescriptions[] = {
 	// Decomposed variant of the above filename
 	MACDEMO1_l("withopeneyes", "Demo", "xn--DEMO-p73cya6krlma4hwc4581n9dwl", "4577dd3eadc467a986ab172d90871b22", 502657, Common::JA_JPN, 404),
 
-	// To bypass installation check, make a blank file called "WOLFGANG.dat"
 	MACGAME1_l("wolfgang", "v1.0", "Wolfgang", "01be45e7241194dad07938e7059b88e3", 483518, Common::IT_ITA, 404),
 	WINGAME1t_l("wolfgang", "v1.0", "TOSYS/WOLFGANG.EXE", "35faee21d2aadf32cf2e68535ed3a77e", 1256449, Common::IT_ITA, 404),
 	WINGAME1t_l("wolfgang", "v2.0", "WOLF95.EXE", "f6b43329b6ad968eb4fb15436549ef85", 1305318, Common::IT_ITA, 404),
diff --git a/engines/director/game-quirks.cpp b/engines/director/game-quirks.cpp
index 04e8d971843..a5ab50552bc 100644
--- a/engines/director/game-quirks.cpp
+++ b/engines/director/game-quirks.cpp
@@ -67,6 +67,10 @@ struct CachedFile {
 		"NCC1701D.INI",
 			(const byte *)"cdromdrive=D\n", -1
 	},
+	{ "wolfgang", Common::kPlatformUnknown,
+		"WOLFGANG.dat",	// It needs an empty file
+			(const byte *)"", 0
+	},
 	{ nullptr, Common::kPlatformUnknown, nullptr, nullptr, 0 }
 };
 




More information about the Scummvm-git-logs mailing list