From 966772de3e8c2219ca7519024d5df3fcb7257912 Mon Sep 17 00:00:00 2001 From: Sean Burke Date: Tue, 8 Jun 2004 23:16:02 +0000 Subject: [PATCH] Add/change a few replace values. --- stepmania/src/SongManager.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/stepmania/src/SongManager.cpp b/stepmania/src/SongManager.cpp index ba2ed22d07..0ceee72f65 100644 --- a/stepmania/src/SongManager.cpp +++ b/stepmania/src/SongManager.cpp @@ -468,11 +468,12 @@ CString SongManager::ShortenGroupName( CString sLongGroupName ) sLongGroupName.Replace( "para para paradise", "PPP" ); sLongGroupName.Replace( "PARA PARA PARADISE", "PPP" ); sLongGroupName.Replace( "Dancing Stage", "DS" ); - sLongGroupName.Replace( "Dancing Stage", "DS" ); - sLongGroupName.Replace( "Dancing Stage", "DS" ); + sLongGroupName.Replace( "dancing stage", "DS" ); + sLongGroupName.Replace( "DANCING STAGE", "DS" ); sLongGroupName.Replace( "Ez2dancer", "EZ2" ); sLongGroupName.Replace( "Ez 2 Dancer", "EZ2"); sLongGroupName.Replace( "Technomotion", "TM"); + sLongGroupName.Replace( "Techno Motion", "TM"); sLongGroupName.Replace( "Dance Station 3DDX", "3DDX"); sLongGroupName.Replace( "DS3DDX", "3DDX"); sLongGroupName.Replace( "BeatMania", "BM");