mirror of
https://github.com/rvtr/TwlToolsRED.git
synced 2025-10-31 06:41:18 -04:00
マスタエディタ:tad読み込みに失敗したときにもtadリードフラグがtrueになってしまう問題を修正。
git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlToolsRED@77 7061adef-622a-194b-ae81-725974e89856
This commit is contained in:
parent
1dcdb532ed
commit
bb37f3f5d9
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -32,8 +32,11 @@ System::Boolean Form1::loadRom( System::String ^infile )
|
||||
this->IsLoadTad = false;
|
||||
if( System::IO::Path::GetExtension( infile )->ToUpper()->Equals( ".TAD" ) ) // 拡張子で判別
|
||||
{
|
||||
this->IsLoadTad = true;
|
||||
result = this->loadTad( infile );
|
||||
if( result )
|
||||
{
|
||||
this->IsLoadTad = true;
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user