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

sev- noreply at scummvm.org
Fri Jun 23 17:16:10 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:
af5714fc3c AGI: Remove non-ASCII symbol from the detection table


Commit: af5714fc3c6d572693485b90f4f382038ba7011c
    https://github.com/scummvm/scummvm/commit/af5714fc3c6d572693485b90f4f382038ba7011c
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2023-06-23T19:15:29+02:00

Commit Message:
AGI: Remove non-ASCII symbol from the detection table

Changed paths:
    engines/agi/detection_tables.h


diff --git a/engines/agi/detection_tables.h b/engines/agi/detection_tables.h
index c791fea179c..56494d00a64 100644
--- a/engines/agi/detection_tables.h
+++ b/engines/agi/detection_tables.h
@@ -999,7 +999,7 @@ static const AGIGameDescription gameDescriptions[] = {
 	FANMADE("Lasse Holm: The Quest for Revenge (v1.0)", "f9fbcc8a4ef510bfbb92423296ff4abb"),
 	FANMADE("Lawman for Hire", "c78b28bfd3767dd455b992cd8b7854fa"),
 	FANMADE("Lefty Goes on Vacation (Not in The Right Place)", "ccdc49a33870310b01f2c48b8a1f3c34"),
-	FANMADE("Les Ins\xe3parables (v1.0)", "4b780887cab0ecabc5eca319acb3acf2"),
+	FANMADE("Les Inseparables (v1.0)", "4b780887cab0ecabc5eca319acb3acf2"),
 	FANMADE("Little Pirate (Demo 2 v0.6)", "437068efe4ec32d436da09d6f2ea56e1"),
 	FANMADE("Lost Eternity (v1.0)", "95f15c5632feb8a39e9ca3d9af35fcc9"),
 	FANMADE("MD Quest - The Search for Michiel (v0.10)", "2a6fcb21d2b5e4144c38ed817fabe8ee"),




More information about the Scummvm-git-logs mailing list