diff --git a/stepmania/src/Song.cpp b/stepmania/src/Song.cpp index b7a04b2132..d1e339bf74 100644 --- a/stepmania/src/Song.cpp +++ b/stepmania/src/Song.cpp @@ -784,7 +784,8 @@ void Song::Save() TranslateTitles(); /* Save the new files. These calls make backups on their own. */ - SaveToSMFile( GetSongFilePath(), false ); + if( !SaveToSMFile(GetSongFilePath(), false) ) + return; SaveToDWIFile(); SaveToCacheFile();