mirror of
https://github.com/rvtr/TwlToolsRED.git
synced 2025-10-31 06:41:18 -04:00
マスタエディタ:レーティング表示不要フラグを提出確認書の隠し項目に追加。(SheetCheckerで使用。)
git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlToolsRED@73 7061adef-622a-194b-ae81-725974e89856
This commit is contained in:
parent
1e2d791407
commit
2fa006cfee
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -498,6 +498,17 @@ ECDeliverableResult RCDeliverable::writeSpreadsheet(
|
|||||||
{
|
{
|
||||||
node->FirstChild->Value = this->hOFLC;
|
node->FirstChild->Value = this->hOFLC;
|
||||||
}
|
}
|
||||||
|
if( node->FirstChild->Value->Equals( "TagIsUnnecessaryRating" ) )
|
||||||
|
{
|
||||||
|
if( hSrl->IsUnnecessaryRating )
|
||||||
|
{
|
||||||
|
node->FirstChild->Value = "<EFBFBD>›";
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
node->FirstChild->Value = nullptr;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
// SRLに登録されないROM仕様
|
// SRLに登録されないROM仕様
|
||||||
if( node->FirstChild->Value->Equals( "TagIsUGC" ) )
|
if( node->FirstChild->Value->Equals( "TagIsUGC" ) )
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user