From 5728ff23cadf6b7695be42fc75a737afd17cf67f Mon Sep 17 00:00:00 2001 From: Sven Hesse Date: Tue, 9 Jun 2009 18:53:17 +0000 Subject: Win Lost in Time is multi-lingual (British, French, Spanish) svn-id: r41406 --- engines/gob/detection.cpp | 30 +++++++++++++++++++++++++++++- 1 file changed, 29 insertions(+), 1 deletion(-) (limited to 'engines/gob/detection.cpp') diff --git a/engines/gob/detection.cpp b/engines/gob/detection.cpp index dadec7bf92..3bbd79c30e 100644 --- a/engines/gob/detection.cpp +++ b/engines/gob/detection.cpp @@ -1644,7 +1644,35 @@ static const GOBGameDescription gameDescriptions[] = { "lostintime", "", AD_ENTRY1s("intro.stk", "0ddf39cea1ec30ecc8bfe444ebd7b845", 4207330), - UNK_LANG, + EN_GRB, + kPlatformWindows, + ADGF_NO_FLAGS, + GUIO_NOSPEECH + }, + kGameTypeLostInTime, + kFeaturesAdlib, + 0, 0, 0 + }, + { + { + "lostintime", + "", + AD_ENTRY1s("intro.stk", "0ddf39cea1ec30ecc8bfe444ebd7b845", 4207330), + FR_FRA, + kPlatformWindows, + ADGF_NO_FLAGS, + GUIO_NOSPEECH + }, + kGameTypeLostInTime, + kFeaturesAdlib, + 0, 0, 0 + }, + { + { + "lostintime", + "", + AD_ENTRY1s("intro.stk", "0ddf39cea1ec30ecc8bfe444ebd7b845", 4207330), + ES_ESP, kPlatformWindows, ADGF_NO_FLAGS, GUIO_NOSPEECH -- cgit v1.2.3