mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 05:47:42 +00:00
Merge branch 'master' of https://github.com/AxioDL/urde
This commit is contained in:
@@ -5,13 +5,13 @@ namespace urde
|
||||
{
|
||||
const std::vector<FourCC> CStringTable::skLanguages =
|
||||
{
|
||||
'ENGL',
|
||||
'FREN',
|
||||
'GERM',
|
||||
'SPAN',
|
||||
'ITAL',
|
||||
'DUTC',
|
||||
'JAPN'
|
||||
FOURCC('ENGL'),
|
||||
FOURCC('FREN'),
|
||||
FOURCC('GERM'),
|
||||
FOURCC('SPAN'),
|
||||
FOURCC('ITAL'),
|
||||
FOURCC('DUTC'),
|
||||
FOURCC('JAPN')
|
||||
};
|
||||
|
||||
FourCC CStringTable::mCurrentLanguage = CStringTable::skLanguages[0];
|
||||
|
||||
Reference in New Issue
Block a user