[Scummvm-git-logs] scummvm master -> 484e61d98675c4c3ad6a8e35d8204b787f49fc8d
dreammaster
paulfgilbert at gmail.com
Thu May 28 23:06:21 UTC 2020
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:
484e61d986 ULTIMA8: Fix Spanish detection entry
Commit: 484e61d98675c4c3ad6a8e35d8204b787f49fc8d
https://github.com/scummvm/scummvm/commit/484e61d98675c4c3ad6a8e35d8204b787f49fc8d
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2020-05-28T16:06:10-07:00
Commit Message:
ULTIMA8: Fix Spanish detection entry
Changed paths:
engines/ultima/detection_tables.h
diff --git a/engines/ultima/detection_tables.h b/engines/ultima/detection_tables.h
index e1bbba21e9..9b8b4d43d5 100644
--- a/engines/ultima/detection_tables.h
+++ b/engines/ultima/detection_tables.h
@@ -259,7 +259,7 @@ static const UltimaGameDescription GAME_DESCRIPTIONS[] = {
{
"ultima8",
"",
- AD_ENTRY1s("gusecode.flx", "1abad7a58e052ff3d9664df1ab2ddb86", 1136206),
+ AD_ENTRY1s("eusecode.flx", "1abad7a58e052ff3d9664df1ab2ddb86", 1136206),
Common::ES_ESP,
Common::kPlatformDOS,
ADGF_TESTING,
More information about the Scummvm-git-logs
mailing list