diff options
author | Sven Hesse | 2008-12-04 19:24:25 +0000 |
---|---|---|
committer | Sven Hesse | 2008-12-04 19:24:25 +0000 |
commit | d01e9b6785a74b985a7e2bb8772b52f026966356 (patch) | |
tree | 4832c8b06dfb2460310ebd3a10619e991e0b8cd3 /engines | |
parent | 12f4c3b9b9da43ec6ccd708b549107226bd747ad (diff) | |
download | scummvm-rg350-d01e9b6785a74b985a7e2bb8772b52f026966356.tar.gz scummvm-rg350-d01e9b6785a74b985a7e2bb8772b52f026966356.tar.bz2 scummvm-rg350-d01e9b6785a74b985a7e2bb8772b52f026966356.zip |
Correcting the language for GRB/USA
svn-id: r35242
Diffstat (limited to 'engines')
-rw-r--r-- | engines/tinsel/detection.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/tinsel/detection.cpp b/engines/tinsel/detection.cpp index 1cba5da1b8..c60a430ee7 100644 --- a/engines/tinsel/detection.cpp +++ b/engines/tinsel/detection.cpp @@ -294,7 +294,7 @@ static const TinselGameDescription gameDescriptions[] = { {"english1.smp", 0, NULL, -1}, {NULL, 0, NULL, 0} }, - Common::EN_ANY, + Common::EN_GRB, Common::kPlatformPC, Common::ADGF_NO_FLAGS }, @@ -313,7 +313,7 @@ static const TinselGameDescription gameDescriptions[] = { {"us1.smp", 0, NULL, -1}, {NULL, 0, NULL, 0} }, - Common::EN_ANY, + Common::EN_USA, Common::kPlatformPC, Common::ADGF_NO_FLAGS }, |