[Scummvm-git-logs] scummvm master -> c76e8b5125bb1bacb0aeddf044df1ce3aedbecba
sev-
sev at scummvm.org
Fri Jul 30 10:26:18 UTC 2021
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:
c76e8b5125 DIRECTOR: Re-encode The Apartment to UTF8
Commit: c76e8b5125bb1bacb0aeddf044df1ce3aedbecba
https://github.com/scummvm/scummvm/commit/c76e8b5125bb1bacb0aeddf044df1ce3aedbecba
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2021-07-30T12:25:46+02:00
Commit Message:
DIRECTOR: Re-encode The Apartment to UTF8
Changed paths:
engines/director/detection_tables.h
diff --git a/engines/director/detection_tables.h b/engines/director/detection_tables.h
index e44afd17ad..1aa5317c91 100644
--- a/engines/director/detection_tables.h
+++ b/engines/director/detection_tables.h
@@ -1007,9 +1007,9 @@ static const DirectorGameDescription gameDescriptions[] = {
},
// Original filename is "â¢Main Menu" for all
- MACGAME1("theapartment", "D2", "\xa5Main Menu", "fc56c179cb8c6d4938e61ee61fd0032c", 48325, 200),
- MACGAME1("theapartment", "D3", "\xa5Main Menu", "9e838fe1a6af7992d656ca325e38dee5", 47911, 300),
- MACGAME1("theapartment", "D4", "\xa5Main Menu", "ff86181f03fe6eb060f65a985ca0580d", 160612, 400),
+ MACGAME1("theapartment", "D2", "xn--Main Menu-a88aqz", "fc56c179cb8c6d4938e61ee61fd0032c", 48325, 200),
+ MACGAME1("theapartment", "D3", "xn--Main Menu-a88aqz", "9e838fe1a6af7992d656ca325e38dee5", 47911, 300),
+ MACGAME1("theapartment", "D4", "xn--Main Menu-a88aqz", "ff86181f03fe6eb060f65a985ca0580d", 160612, 400),
//////////////////////////////////////////////////
//
More information about the Scummvm-git-logs
mailing list