From e03e33f728411e2dcda60a8177ba0953e5f85424 Mon Sep 17 00:00:00 2001 From: Chris Danford Date: Sun, 22 Aug 2004 18:28:44 +0000 Subject: [PATCH] flush after writing machine stats --- stepmania/src/ScreenDownloadMachineStats.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/stepmania/src/ScreenDownloadMachineStats.cpp b/stepmania/src/ScreenDownloadMachineStats.cpp index a9c6354441..7e8b9f84d4 100644 --- a/stepmania/src/ScreenDownloadMachineStats.cpp +++ b/stepmania/src/ScreenDownloadMachineStats.cpp @@ -29,6 +29,8 @@ static void SaveMachineStatsToFirstMemCard() return; } + MEMCARDMAN->FlushAndReset(); + SCREENMAN->SystemMessage( "Stats not saved - No memory cards ready." ); }