diff options
| author | Jordi Vilalta Prat | 2010-10-14 18:51:11 +0000 | 
|---|---|---|
| committer | Jordi Vilalta Prat | 2010-10-14 18:51:11 +0000 | 
| commit | 00a477fa79c3b9d5317203a9f839fac04ffe8b1d (patch) | |
| tree | aa97d1763197d15bf540e6c8b372cf897283368e | |
| parent | ea5bf685fc5c942be2292223c4af17998b18d8b6 (diff) | |
| download | scummvm-rg350-00a477fa79c3b9d5317203a9f839fac04ffe8b1d.tar.gz scummvm-rg350-00a477fa79c3b9d5317203a9f839fac04ffe8b1d.tar.bz2 scummvm-rg350-00a477fa79c3b9d5317203a9f839fac04ffe8b1d.zip  | |
TOON: Fix some labels of the Spanish version.
The solution was suggested by Strangerke after realising it looked like a
copy-paste typo from the Russian version.
svn-id: r53458
| -rw-r--r-- | engines/toon/toon.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/toon/toon.cpp b/engines/toon/toon.cpp index dae258adc1..7c4f9aa24e 100644 --- a/engines/toon/toon.cpp +++ b/engines/toon/toon.cpp @@ -692,7 +692,7 @@ ToonEngine::ToonEngine(OSystem *syst, const ADGameDescription *gameDescription)  		_gameVariant = 3;  		break;  	case Common::ES_ESP: -		_gameVariant = 3; +		_gameVariant = 4;  		break;  	default:  		// 0 - english  | 
