mirror of
https://github.com/rvtr/TwlToolsRED.git
synced 2025-10-31 06:41:18 -04:00
マスタエディタ出力チェッカ:中国リージョンの表示に対応。
git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlToolsRED@354 7061adef-622a-194b-ae81-725974e89856
This commit is contained in:
parent
8e9eb54b79
commit
3db0d10e8a
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -56,6 +56,10 @@ System::String^ getRegionString(System::UInt32 region)
|
||||
{
|
||||
str += "Korea ";
|
||||
}
|
||||
if( region & METWL_MASK_REGION_CHINA )
|
||||
{
|
||||
str += "China ";
|
||||
}
|
||||
str = str->TrimEnd( ' ' );
|
||||
str = str->Replace( ' ', ',' );
|
||||
return str;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user