diff --git a/trunk/ConsoleDataMigration/sources/ConsoleRestore/Controller.cpp b/trunk/ConsoleDataMigration/sources/ConsoleRestore/Controller.cpp index f42e7a2..a002700 100644 --- a/trunk/ConsoleDataMigration/sources/ConsoleRestore/Controller.cpp +++ b/trunk/ConsoleDataMigration/sources/ConsoleRestore/Controller.cpp @@ -1650,7 +1650,7 @@ void ControlState(common::HardwareStateManager& manager, common::OperationMessag operationMessage.Add("Press A or START Button to Continue."); if(nextStep) { - s_RestoreState = SYNC_TICKET; + s_RestoreState = COMPLETE_ACT; DeleteAllCheckFiles(); } } @@ -1700,7 +1700,7 @@ void ControlState(common::HardwareStateManager& manager, common::OperationMessag PlayCursorSound(PREINSTALL_WAIT_SYNC_TICKET); if(nextStep) { - s_RestoreState = SYNC_TICKET; + s_RestoreState = COMPLETE_ACT; } } break;