aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Horn2007-11-14 19:27:08 +0000
committerMax Horn2007-11-14 19:27:08 +0000
commit193e59151ceef423633214c6d744c87282c7d02b (patch)
tree22156ddf34da477e1e0b3c78b51fb0cc46558e5c
parent1beb50f03e3e1e75065955cf88dde45c0b145c92 (diff)
downloadscummvm-rg350-193e59151ceef423633214c6d744c87282c7d02b.tar.gz
scummvm-rg350-193e59151ceef423633214c6d744c87282c7d02b.tar.bz2
scummvm-rg350-193e59151ceef423633214c6d744c87282c7d02b.zip
Improved the game desc naming in the drascula detection code
svn-id: r29503
-rw-r--r--engines/drascula/detection.cpp7
1 files changed, 3 insertions, 4 deletions
diff --git a/engines/drascula/detection.cpp b/engines/drascula/detection.cpp
index 0bee2b534d..a5c9c2c512 100644
--- a/engines/drascula/detection.cpp
+++ b/engines/drascula/detection.cpp
@@ -61,8 +61,7 @@ uint16 DrasculaEngine::getVersion() const {
}
static const PlainGameDescriptor drasculaGames[] = {
- {"drascula", "Drascula game"},
-
+ {"drascula", "Drascula: The Vampire Strikes Back"},
{0, 0}
};
@@ -75,7 +74,7 @@ static const DrasculaGameDescription gameDescriptions[] = {
// Drascula English version
{
"drascula",
- "English",
+ 0,
AD_ENTRY1("14.ald", "09b2735953edcd43af115c65ae00b10e"),
Common::EN_ANY,
Common::kPlatformPC,
@@ -91,7 +90,7 @@ static const DrasculaGameDescription gameDescriptions[] = {
// Drascula Spanish version
{
"drascula",
- "Spanish",
+ 0,
AD_ENTRY1("14.ald", "0746ed1a5cc8d9728f790c29813f4b43"),
Common::ES_ESP,
Common::kPlatformPC,