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

lotharsm noreply at scummvm.org
Sun Jan 7 13:07:17 UTC 2024


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:
ec9db806de DIRECTOR: Add BackPacker (Swedish, Windows)


Commit: ec9db806de94bd055a8fa13736770a1d058eca74
    https://github.com/scummvm/scummvm/commit/ec9db806de94bd055a8fa13736770a1d058eca74
Author: Lothar Serra Mari (mail at serra.me)
Date: 2024-01-07T14:06:42+01:00

Commit Message:
DIRECTOR: Add BackPacker (Swedish, Windows)

Changed paths:
    engines/director/detection_tables.h


diff --git a/engines/director/detection_tables.h b/engines/director/detection_tables.h
index 3c557072fdd..4644c6672f2 100644
--- a/engines/director/detection_tables.h
+++ b/engines/director/detection_tables.h
@@ -1364,6 +1364,7 @@ static const PlainGameDescriptor directorGames[] = {
 	// Swedish titles
 	{ "alfons",				"Alfons Åberg ”Bara Överallt!”" },
 	{ "acneattack",			"Acne-Attack!" },
+	{ "backpacker",			"BackPacker" },
 	{ "backpacker2",		"Backpacker 2" },							// Other games listed under English
 	{ "backpackerjrdiy",	"BackPacker Junior - Do-It-Yourself" },
 	{ "balticmission",		"Baltic Mission" },
@@ -2076,6 +2077,10 @@ static const DirectorGameDescription gameDescriptions[] = {
 //
 //////////////////////////////////////////////////
 
+	// BackPacker (Windows, Swedish)
+	// Reported via TRAC #14819
+	WINGAME1_l("backpacker", "", "BACKPACK.EXE", "t:8e6fb18a41a9baff740aecd4ce68e100", 698999, Common::SE_SWE, 404),
+
 	// Original filename is 'BD-J/Demo'
 	// Developed by ART Sector ONE / Richard M. Coombs
 	// ベターデッド ーラティフィケーションー published by NEC Interchannel, Minato, Tokyo (1995)




More information about the Scummvm-git-logs mailing list