From 6e41e4dca5e6b20828437e70d0bcc897351b244a Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Thu, 25 Sep 2003 21:28:49 +0000 Subject: [PATCH] Update announcer aliases. I don't think anybody uses the new form announcer names yet, so I'm not worried about compatibility here. --- stepmania/src/AnnouncerManager.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/stepmania/src/AnnouncerManager.cpp b/stepmania/src/AnnouncerManager.cpp index 2062640691..b7de5af968 100644 --- a/stepmania/src/AnnouncerManager.cpp +++ b/stepmania/src/AnnouncerManager.cpp @@ -86,10 +86,10 @@ void AnnouncerManager::SwitchAnnouncer( CString sNewAnnouncerName ) * DWI announcers transparently, too. */ static const char *aliases[][2] = { /* ScreenSelectDifficulty compatibility: */ - { "ScreenSelectDifficulty comment arcade-beginner", "select difficulty comment beginner" }, - { "ScreenSelectDifficulty comment arcade-easy", "select difficulty comment easy" }, - { "ScreenSelectDifficulty comment arcade-medium", "select difficulty comment medium" }, - { "ScreenSelectDifficulty comment arcade-hard", "select difficulty comment hard" }, + { "ScreenSelectDifficulty comment beginner", "select difficulty comment beginner" }, + { "ScreenSelectDifficulty comment easy", "select difficulty comment easy" }, + { "ScreenSelectDifficulty comment medium", "select difficulty comment medium" }, + { "ScreenSelectDifficulty comment hard", "select difficulty comment hard" }, { "ScreenSelectDifficulty comment oni", "select difficulty comment oni" }, { "ScreenSelectDifficulty comment nonstop", "select difficulty comment nonstop" }, { "ScreenSelectDifficulty comment endless", "select difficulty comment endless" },