[Scummvm-git-logs] scummvm master -> 21c59522b4cc3a513330d311674aba45b0a84d5d

sev- noreply at scummvm.org
Tue May 24 17:32:01 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:
21c59522b4 DIRECTOR: Removing incorrect detection entry for the7colors as per eientei


Commit: 21c59522b4cc3a513330d311674aba45b0a84d5d
    https://github.com/scummvm/scummvm/commit/21c59522b4cc3a513330d311674aba45b0a84d5d
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2022-05-24T19:31:19+02:00

Commit Message:
DIRECTOR: Removing incorrect detection entry for the7colors as per eientei

Changed paths:
    engines/director/detection_tables.h


diff --git a/engines/director/detection_tables.h b/engines/director/detection_tables.h
index e3543272aeb..0774447c972 100644
--- a/engines/director/detection_tables.h
+++ b/engines/director/detection_tables.h
@@ -2328,8 +2328,7 @@ static const DirectorGameDescription gameDescriptions[] = {
 	// Original filename is ~LEGEND OF PSY•S CITY~
 	// English translation by Skye Sonomura (HomeStarRunnerTron)
 	MACGAME1_l("the7colors", "", "LEGEND OF PSYS CITY", "9f0bb7ec7720e4f680ee3aa3d22c1c9d", 384001, Common::JA_JPN, 300),
-	MACGAME1("the7colors", "", "T7C-R!", "d84feae6ba35340857f46c9cbd6bd1a6", 398981, 300),
-	MACGAME1("the7colors", "dumper", "T7C-R!", "d84feae6ba35340857f46c9cbd6bd1a6", 398725, 300),
+	MACGAME1("the7colors", "", "T7C-R!", "d84feae6ba35340857f46c9cbd6bd1a6", 398725, 300),
 	MACGAME1_l("the7colors", "No CD Yo! 6/21/15 hack", "xn--~LEGEND OF PSYS CITY~-u558i", "a6e50f2b8f294640a1d0cbe91a73e81c", 392267, Common::JA_JPN, 300),
 
 	MACGAME1_l("timegal", "", "TimeGal", "f5277c53bacd27936158dd3867e587e2", 392230, Common::JA_JPN, 311),




More information about the Scummvm-git-logs mailing list