diff --git a/stepmania/src/ScreenServiceAction.cpp b/stepmania/src/ScreenServiceAction.cpp index 142e7d2f4b..f53facfb9e 100644 --- a/stepmania/src/ScreenServiceAction.cpp +++ b/stepmania/src/ScreenServiceAction.cpp @@ -298,14 +298,11 @@ static CString CopyEditsMachineToMemoryCard() } MEMCARDMAN->UnmountCard(pn); + MEMCARDMAN->FlushAndReset(); // TODO: Make string themable return ssprintf("Copied to P%d card:\n%d/%d copies OK (%d overwritten).",pn+1,iNumSuccessful,iNumAttempted,iNumOverwritten); } - - MEMCARDMAN->FlushAndReset(); - - return "Edits copied to machine."; } static CString CopyEditsMemoryCardToMachine()