mirror of
https://github.com/rvtr/TwlToolsRED.git
synced 2025-10-31 06:41:18 -04:00
マスタエディタ:追加設定ファイルがないときにもSDKバージョンがPR/RCであることのチェックをするように変更。
git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlToolsRED@157 7061adef-622a-194b-ae81-725974e89856
This commit is contained in:
parent
f4462f2c3a
commit
5d10ebac87
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -587,10 +587,7 @@ ECSrlResult RCSrl::mrcTWL( FILE *fp )
|
||||
}
|
||||
|
||||
// 追加チェック
|
||||
if( this->hMrcExternalCheckItems->IsAppendCheck )
|
||||
{
|
||||
this->mrcSDKVersion(fp);
|
||||
} //if( *(this->hMrcExternalCheckItems->hIsCheck) )
|
||||
this->mrcSDKVersion(fp);
|
||||
|
||||
return ECSrlResult::NOERROR;
|
||||
} // mrcTWL()
|
||||
@ -977,7 +974,10 @@ void RCSrl::mrcSDKVersion(FILE *fp)
|
||||
{
|
||||
isPR = MasterEditorTWL::IsSDKVersionPR( sdk->Code );
|
||||
isRC = MasterEditorTWL::IsSDKVersionRC( sdk->Code );
|
||||
isOld = MasterEditorTWL::IsOldSDKVersion( sdk->Code, this->hMrcExternalCheckItems->SDKVer );
|
||||
if( this->hMrcExternalCheckItems->IsAppendCheck )
|
||||
{
|
||||
isOld = MasterEditorTWL::IsOldSDKVersion( sdk->Code, this->hMrcExternalCheckItems->SDKVer );
|
||||
}
|
||||
}
|
||||
}
|
||||
if( isOld )
|
||||
|
||||
Loading…
Reference in New Issue
Block a user