[Scummvm-git-logs] scummvm master -> 2923ead9fb03d604b132bb275f70dac61508d22b

aquadran noreply at scummvm.org
Sat Jun 11 15:38:25 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:
2923ead9fb DIRECTOR: Added detection entry for "Norgesjakten", ticket #13210


Commit: 2923ead9fb03d604b132bb275f70dac61508d22b
    https://github.com/scummvm/scummvm/commit/2923ead9fb03d604b132bb275f70dac61508d22b
Author: Paweł Kołodziejski (aquadran at gmail.com)
Date: 2022-06-11T17:38:20+02:00

Commit Message:
DIRECTOR: Added detection entry for "Norgesjakten", ticket #13210

Changed paths:
    engines/director/detection_tables.h


diff --git a/engines/director/detection_tables.h b/engines/director/detection_tables.h
index 9745b6b6f49..8e0aa2774a7 100644
--- a/engines/director/detection_tables.h
+++ b/engines/director/detection_tables.h
@@ -301,6 +301,7 @@ static const PlainGameDescriptor directorGames[] = {
 	{ "noddyschool",		"Noddy: Let's Get Ready For School" },
 	{ "noddytoytown",		"Noddy: The Magic of ToyTown on a CD-ROM" },
 	{ "noir",				"Noir: A Shadowy Thriller" },
+	{ "norgesjakten",		"Norgesjakten" },
 	{ "nurseryrhymes",		"Multimedia Nursery Rhymes" },
 	{ "okay2000",			"O!Kay! Best of 2000" },
 	{ "okaydemo",			"O!Kay! Probier\' mal! Try out!" },
@@ -4898,6 +4899,9 @@ static const DirectorGameDescription gameDescriptions[] = {
 	MACGAME1("nine", "", "The Last Resort", "957d819f99e30d54f68824ebe3d5d4ae", 730760, 500),
 	WINGAME1("nine", "", "nine_95.exe", "1a7acbba10a7246ba58c1d53fc7203f5", 1555823, 501),
 
+	WINGAME1t_l("norgesjakten", "Windows 3", "STARTW3.EXE", "de6712e37479f952a52d3e64f172cd24", 1324086, Common::NB_NOR, 501),
+	WINGAME1t_l("norgesjakten", "Windows 95", "STARTW95.EXE", "5f330f89a31a02dd9ce8c1c62828e73d", 1412717, Common::NB_NOR, 501),
+
 	WINGAME1("noir", "", "NOIR.EXE", "2e62abdad839e42068afdcd0644d7dcf", 1020879, 500),
 
 	MACGAME1_l("nycalling", "", "NYC_PPC",	   "67c3c173091ee69b1e67a5ac494cc3c7", 108452, Common::JA_JPN, 501),




More information about the Scummvm-git-logs mailing list