[Scummvm-git-logs] scummvm master -> 49c17570ce5f599e4177536601d2a6a7a457afe8

tag2015 noreply at scummvm.org
Thu Dec 21 14:26:42 UTC 2023


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:
49c17570ce SLUDGE: Add detection entry for older Out Of Order


Commit: 49c17570ce5f599e4177536601d2a6a7a457afe8
    https://github.com/scummvm/scummvm/commit/49c17570ce5f599e4177536601d2a6a7a457afe8
Author: Walter Agazzi (walter.agazzi at protonmail.com)
Date: 2023-12-21T15:23:49+01:00

Commit Message:
SLUDGE: Add detection entry for older Out Of Order

Changed paths:
    engines/sludge/detection_tables.h


diff --git a/engines/sludge/detection_tables.h b/engines/sludge/detection_tables.h
index a6114c25303..2acb326d844 100644
--- a/engines/sludge/detection_tables.h
+++ b/engines/sludge/detection_tables.h
@@ -42,7 +42,10 @@ static const SludgeGameDescription gameDescriptions[] = {
 	GAME2l("outoforder", "v1.0", "gamedata",         "4d72dbad0ff170169cd7e4e7e389a90d", 21122647,
 								 "out-of-order.xpm", "407086751ac167884c6585c4cad5b664", 2601,
 								 Common::EN_ANY, Common::kPlatformLinux, 0),
-	GAME2l("outoforder", "v1.0", "gamedata",         "4d72dbad0ff170169cd7e4e7e389a90d", 21122647,
+	GAME2l("outoforder", "v1.0", "gamedata",         "4d72dbad0ff170169cd7e4e7e389a90d", 21122647,	// 2003-02-08
+								 "Out Of Order.exe", "064d221103ca4bb7f187432b69c70efd", 68096,
+								 Common::EN_ANY, Common::kPlatformWindows, 0),
+	GAME2l("outoforder", "v1.0", "gamedata",         "4d72dbad0ff170169cd7e4e7e389a90d", 21122647,	// 2003-06-05
 								 "Out Of Order.exe", "ebc386dd0cb77df68dd12d72742eb310", 68608,
 								 Common::EN_ANY, Common::kPlatformWindows, 0),
 




More information about the Scummvm-git-logs mailing list