[Scummvm-git-logs] scummvm master -> 1dd56df2437865401576b50415d821c1178d18e5
mduggan
mgithub at guarana.org
Thu Jun 18 05:35:47 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:
1dd56df243 ULTIMA: Make detection of crusader demos better (they still crash though..)
Commit: 1dd56df2437865401576b50415d821c1178d18e5
https://github.com/scummvm/scummvm/commit/1dd56df2437865401576b50415d821c1178d18e5
Author: Matthew Duggan (mgithub at guarana.org)
Date: 2020-06-18T14:35:35+09:00
Commit Message:
ULTIMA: Make detection of crusader demos better (they still crash though..)
Changed paths:
engines/ultima/detection_tables.h
diff --git a/engines/ultima/detection_tables.h b/engines/ultima/detection_tables.h
index eb14ef81c4..7f452bfa71 100644
--- a/engines/ultima/detection_tables.h
+++ b/engines/ultima/detection_tables.h
@@ -337,8 +337,8 @@ static const UltimaGameDescription GAME_DESCRIPTIONS[] = {
// Crusader - No Remorse - Demo V1.12D
{
{
- "remorse_demo",
- "",
+ "remorse",
+ "Demo",
AD_ENTRY1s("eusecode.flx", "41cdca35b62f4b2a7bb4c3b1ec782423", 556613),
Common::EN_ANY,
Common::kPlatformDOS,
@@ -367,9 +367,9 @@ static const UltimaGameDescription GAME_DESCRIPTIONS[] = {
// Crusader - No Regret - Demo - V1.08
{
{
- "regret_demo",
- "",
- AD_ENTRY1s("eusecode.flx", "c6416e4716f3c008dba113a2a460367e", 556613),
+ "regret",
+ "Demo",
+ AD_ENTRY1s("eusecode.flx", "c6416e4716f3c008dba113a2a460367e", 483174),
Common::EN_ANY,
Common::kPlatformDOS,
ADGF_UNSTABLE | ADGF_DEMO,
More information about the Scummvm-git-logs
mailing list