diff options
| -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 }  };  | 
