mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-19 00:15:30 +00:00
Correcting the language for GRB/USA
svn-id: r35242
This commit is contained in:
parent
12f4c3b9b9
commit
d01e9b6785
@ -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
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user