mirror of
https://github.com/rvtr/ctr_Repair.git
synced 2025-10-31 13:51:08 -04:00
FAILしたら初期状態からやり直すように
git-svn-id: file:///Volumes/Transfer/gigaleak_20231201/2020-05-23%20-%20ctr.7z%20+%20svn_v1.068.zip/ctr/svn/ctr_Repair@75 385bec56-5757-e545-9c3a-d8741f4650f1
This commit is contained in:
parent
ba815a6ebb
commit
8d97f51d55
@ -704,6 +704,14 @@ void ControlState(::std::vector<std::string>& operationMessage, bool& nextStep,
|
|||||||
// 書き込み失敗
|
// 書き込み失敗
|
||||||
case FAIL:
|
case FAIL:
|
||||||
{
|
{
|
||||||
|
static bool init = true;
|
||||||
|
if(init)
|
||||||
|
{
|
||||||
|
// 状態初期化
|
||||||
|
DeleteAllCheckFiles();
|
||||||
|
init = false;
|
||||||
|
}
|
||||||
|
|
||||||
operationMessage.push_back(::std::string("Failed."));
|
operationMessage.push_back(::std::string("Failed."));
|
||||||
if (!s_PlayedFailSound)
|
if (!s_PlayedFailSound)
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user