Update announcer aliases. I don't think anybody uses the new form

announcer names yet, so I'm not worried about compatibility here.
This commit is contained in:
Glenn Maynard
2003-09-25 21:28:49 +00:00
parent f5aeb65fe6
commit 6e41e4dca5
+4 -4
View File
@@ -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" },