From 18dd1881c5adcc23da37eccd82032451fc9244d7 Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Fri, 21 Dec 2007 02:08:30 +0000 Subject: Added some hard coded strings for the Italian fan translation of ITE (still not supported). Merged those strings with the hard coded strings for the Italian fan translation of IHNM svn-id: r29933 --- engines/saga/saga.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/saga/saga.cpp') diff --git a/engines/saga/saga.cpp b/engines/saga/saga.cpp index 495a0c6332..567491b481 100644 --- a/engines/saga/saga.cpp +++ b/engines/saga/saga.cpp @@ -395,10 +395,10 @@ const char *SagaEngine::getTextString(int textStringId) { case Common::DE_DEU: lang = 1; break; - case Common::ES_ESP: + case Common::IT_ITA: lang = 2; break; - case Common::IT_ITA: + case Common::ES_ESP: lang = 3; break; default: -- cgit v1.2.3