Correcting the language for GRB/USA

svn-id: r35242
This commit is contained in:
Sven Hesse 2008-12-04 19:24:25 +00:00
parent 12f4c3b9b9
commit d01e9b6785

View File

@ -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
},