マスタエディタ:レーティング表示不要フラグを提出確認書の隠し項目に追加。(SheetCheckerで使用。)

git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlToolsRED@73 7061adef-622a-194b-ae81-725974e89856
This commit is contained in:
nishikawa_takeshi 2008-12-15 01:03:51 +00:00
parent 1e2d791407
commit 2fa006cfee
5 changed files with 4259 additions and 4096 deletions

View File

@ -498,6 +498,17 @@ ECDeliverableResult RCDeliverable::writeSpreadsheet(
{
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仕様
if( node->FirstChild->Value->Equals( "TagIsUGC" ) )