Skip to content

Commit

Permalink
HOPKINS: Remove redundant platform descriptions
Browse files Browse the repository at this point in the history
We don't need this in the extra text because it's already provided.
  • Loading branch information
trembyle committed Sep 7, 2021
1 parent 2bdea60 commit 2781226
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions engines/hopkins/detection_tables.h
Expand Up @@ -30,7 +30,7 @@ static const HopkinsGameDescription gameDescriptions[] = {
// Hopkins FBI Linux Demo UK 1.00 and 1.02
{
"hopkins",
"Linux Demo",
"Demo",
AD_ENTRY1s("RES_VAN.RES", "29414c05be8f9fe794c61572a65def12", 16060544),
Common::EN_ANY,
Common::kPlatformLinux,
Expand Down Expand Up @@ -154,7 +154,7 @@ static const HopkinsGameDescription gameDescriptions[] = {
// CHECKME: No voice! a second file is required though... Also, it has multi-language support
{
"hopkins",
"Win95 Demo",
"Demo",
AD_ENTRY1s("Hopkins.exe", "0c9ebfe371f4dcf84a49f333f04839a0", 376897),
Common::EN_ANY,
Common::kPlatformWindows,
Expand All @@ -166,7 +166,7 @@ static const HopkinsGameDescription gameDescriptions[] = {
// Hopkins FBI Win95 Polish Demo, provided by Strangerke
{
"hopkins",
"Win95 Demo",
"Demo",
AD_ENTRY1s("RES_VAN.RES", "8262cfba261c200af4451902689dffe0", 12233202),
Common::PL_POL,
Common::kPlatformWindows,
Expand Down

0 comments on commit 2781226

Please sign in to comment.