aboutsummaryrefslogtreecommitdiff
path: root/engines/drascula/detection.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/drascula/detection.cpp')
-rw-r--r--engines/drascula/detection.cpp14
1 files changed, 7 insertions, 7 deletions
diff --git a/engines/drascula/detection.cpp b/engines/drascula/detection.cpp
index 7748b71bd2..d875a52d71 100644
--- a/engines/drascula/detection.cpp
+++ b/engines/drascula/detection.cpp
@@ -72,13 +72,13 @@ static const PlainGameDescriptor drasculaGames[] = {
namespace Drascula {
static const DrasculaGameDescription gameDescriptions[] = {
-/*
+
{
- // Drascula English
+ // Drascula English version
{
"drascula",
"English",
- AD_ENTRY1("logdir", "9c4a5b09cc3564bc48b4766e679ea332"),
+ AD_ENTRY1("14.ald", "09b2735953edcd43af115c65ae00b10e"),
Common::EN_ANY,
Common::kPlatformPC,
Common::ADGF_NO_FLAGS
@@ -90,12 +90,12 @@ static const DrasculaGameDescription gameDescriptions[] = {
},
{
- // Drascula Spanish
+ // Drascula Spanish version
{
"drascula",
"Spanish",
- AD_ENTRY1("logdir", "9c4a5b09cc3564bc48b4766e679ea332"),
- Common::EN_ANY,
+ AD_ENTRY1("14.ald", "0746ed1a5cc8d9728f790c29813f4b43"),
+ Common::ES_ESP,
Common::kPlatformPC,
Common::ADGF_NO_FLAGS
},
@@ -104,7 +104,7 @@ static const DrasculaGameDescription gameDescriptions[] = {
0,
0,
},
-*/
+
{ AD_TABLE_END_MARKER, 0, 0, 0, 0 }
};