From fb242aeec0e0a5b9288648935fef8b601f5d0249 Mon Sep 17 00:00:00 2001 From: N2614 Date: Thu, 8 Dec 2011 10:02:15 +0000 Subject: [PATCH] =?UTF-8?q?trunk=20=E3=83=AA=E3=83=93=E3=82=B8=E3=83=A7?= =?UTF-8?q?=E3=83=B3=20532=20=E3=82=92=20trunk/ConsoleDataMigration=20?= =?UTF-8?q?=E3=81=8B=E3=82=89=E3=83=9E=E3=83=BC=E3=82=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: file:///Volumes/Transfer/gigaleak_20231201/2020-05-23%20-%20ctr.7z%20+%20svn_v1.068.zip/ctr/svn/ctr_Repair@534 385bec56-5757-e545-9c3a-d8741f4650f1 --- .../sources/ConsoleRestore/Controller.cpp | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/branches/1stNUP_for_2ndNUP/sources/ConsoleRestore/Controller.cpp b/branches/1stNUP_for_2ndNUP/sources/ConsoleRestore/Controller.cpp index 62b0d87..888f461 100644 --- a/branches/1stNUP_for_2ndNUP/sources/ConsoleRestore/Controller.cpp +++ b/branches/1stNUP_for_2ndNUP/sources/ConsoleRestore/Controller.cpp @@ -516,15 +516,8 @@ void ShopOperationSingleTemplate( // アップデートを行う if (!s_ShopOperationExecuted[op]) { - if (ImportCountryLanguageData().IsSuccess()) - { - StartShopOperationSingle(op); - s_ShopOperationExecuted[op] = true; - } - else - { - s_RestoreState = FAIL; - } + StartShopOperationSingle(op); + s_ShopOperationExecuted[op] = true; } // 動いていることを表示