[Scummvm-git-logs] scummvm master -> 6324db2402f2b3e37bf5ecf1d3748d527de72d5f

aquadran noreply at scummvm.org
Sun Jun 12 10:55:14 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:
6324db2402 DIRECTOR: Added detection entry "Acne-Attack!", #13543


Commit: 6324db2402f2b3e37bf5ecf1d3748d527de72d5f
    https://github.com/scummvm/scummvm/commit/6324db2402f2b3e37bf5ecf1d3748d527de72d5f
Author: Paweł Kołodziejski (aquadran at gmail.com)
Date: 2022-06-12T12:55:08+02:00

Commit Message:
DIRECTOR: Added detection entry "Acne-Attack!", #13543

Changed paths:
    engines/director/detection_tables.h


diff --git a/engines/director/detection_tables.h b/engines/director/detection_tables.h
index bd63ea2cce4..cb09a5953b2 100644
--- a/engines/director/detection_tables.h
+++ b/engines/director/detection_tables.h
@@ -1121,6 +1121,7 @@ static const PlainGameDescriptor directorGames[] = {
 
 	// Swedish titles
 	{ "alfons",				"Alfons Åberg ”Bara Överallt!”" },
+	{ "acneattack",			"Acne-Attack!" },
 	{ "backpacker2",		"Backpacker 2" },							// Other games listed under English
 	{ "backpackerjrdiy",	"BackPacker Junior - Do-It-Yourself" },
 	{ "ernie",				"Ernie: Broke in Bayonne" },
@@ -4414,6 +4415,8 @@ static const DirectorGameDescription gameDescriptions[] = {
 	// GT Publishing, New York, ABCD-ROM series (1997)
 	WINGAME1("abclunch", "", "ABC95.EXE", "1a7acbba10a7246ba58c1d53fc7203f5", 1421779, 501),
 
+	WINGAME1t_l("acneattack", "", "Acne.exe", "9ec3d648c42e41cc2263d3c643d7ad1e", 1905311, Common::SE_SWE, 501),
+
 	// Installers for both platforms also use Director
 	MACGAME1("alcohol101", "", "Let\'s Party", "2d2ac01320f4c2dce8e156cda5c73fe8", 719289, 501),
 	WINGAME2("alcohol101", "", "START95.EXE",  "1a7acbba10a7246ba58c1d53fc7203f5", 1411661,




More information about the Scummvm-git-logs mailing list