diff options
author | Paweł Kołodziejski | 2007-10-11 18:24:21 +0000 |
---|---|---|
committer | Paweł Kołodziejski | 2007-10-11 18:24:21 +0000 |
commit | dd661390baf9d6ef80de8cded941b3d8606c717b (patch) | |
tree | 9384226388aac15b791cf5ac8f98b0ba69bf88c5 | |
parent | b44531dae6ba35ac7c3c2940d61e1d66d01489fd (diff) | |
download | scummvm-rg350-dd661390baf9d6ef80de8cded941b3d8606c717b.tar.gz scummvm-rg350-dd661390baf9d6ef80de8cded941b3d8606c717b.tar.bz2 scummvm-rg350-dd661390baf9d6ef80de8cded941b3d8606c717b.zip |
disable spanish version for now
svn-id: r29185
-rw-r--r-- | engines/drascula/detection.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/drascula/detection.cpp b/engines/drascula/detection.cpp index ab5a0c0c5b..057b8083c8 100644 --- a/engines/drascula/detection.cpp +++ b/engines/drascula/detection.cpp @@ -86,7 +86,7 @@ static const DrasculaGameDescription gameDescriptions[] = { 0, 0, }, - +/* { // Drascula Spanish version { @@ -101,7 +101,7 @@ static const DrasculaGameDescription gameDescriptions[] = { 0, 0, 0, - }, + },*/ { AD_TABLE_END_MARKER, 0, 0, 0, 0 } }; |