From af361d5e582f726d74fe93afe2f409c5569499e0 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sun, 26 Jan 2003 09:40:59 +0000 Subject: [PATCH] tweak titles --- stepmania/src/Song.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/stepmania/src/Song.cpp b/stepmania/src/Song.cpp index 960d56abb3..75ad933cb6 100644 --- a/stepmania/src/Song.cpp +++ b/stepmania/src/Song.cpp @@ -40,7 +40,7 @@ #include "SDL_image.h" -const int FILE_CACHE_VERSION = 105; // increment this when Song or Notes changes to invalidate cache +const int FILE_CACHE_VERSION = 107; // increment this when Song or Notes changes to invalidate cache static int CompareBPMSegments(const BPMSegment &seg1, const BPMSegment &seg2) @@ -591,8 +591,8 @@ void Song::TranslateTitles() if(ttab.empty()) { /* Ambiguous, so check artist. Do this early; Riyu will be replaced later: */ - ttab.push_back(TitleTrans("^Candy$", "", "^Luv.*", "Candy &whitestar;", "", "") ); - ttab.push_back(TitleTrans("^Candy$", "", ".*Riyu.*", "Candy &whiteheart;", "", "") ); + ttab.push_back(TitleTrans("^Candy$", "", "^Luv.*", "CANDY &whitestar;", "", "") ); + ttab.push_back(TitleTrans("^Candy$", "", ".*Riyu.*", "CANDY &whiteheart;", "", "") ); /* Make sure this appears after the above "Riyu" match, so it doesn't * break it. I've seen both "Kosaku" and "Kosaka"; I think Kosaka is @@ -602,7 +602,7 @@ void Song::TranslateTitles() /* Matsuri Japan is often just "Japan". There may be other songs by * this name, too, so match the artist, too. */ - ttab.push_back(TitleTrans("^Japan$", "", "(Re-Venge)|(RevenG)", "&matsuri; Japan", "", "") ); + ttab.push_back(TitleTrans("^Japan$", "", "(Re-Venge)|(RevenG)", "&matsuri; JAPAN", "", "") ); /* Fix up hacked titles: */ ttab.push_back(TitleTrans("^Max 300$", "", "%", "", "", "ω") ); @@ -636,7 +636,7 @@ void Song::TranslateTitles() ttab.push_back(TitleTrans("^Mobo Moga$", "", "", "Mobo&whitestar;Moga", "", "") ); /* XXX whiteheart or blackheart? Is this supposed to be capped? */ - ttab.push_back(TitleTrans("^Love (Love )?Shine$", "", "", "Love &whiteheart; Shine", "", "") ); + ttab.push_back(TitleTrans("^Love (Love )?Shine$", "", "", "LOVE &whiteheart; SHINE", "", "") ); /* ロマンスの神様 */ ttab.push_back(TitleTrans("^God of Romance$", "", "", "&kro;&kma;&kn;&ksu;&hno;&kami;&sama;", "", "") );