From 9bf0a52d91f11f8e51e817af7b36f02834f2341e Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Mon, 13 Jan 2003 06:03:33 +0000 Subject: [PATCH] add Breakdown character (we don't actually have a glyph for this yet) --- stepmania/src/FontManager.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/stepmania/src/FontManager.cpp b/stepmania/src/FontManager.cpp index cadc8091c6..c5a5863d5b 100644 --- a/stepmania/src/FontManager.cpp +++ b/stepmania/src/FontManager.cpp @@ -135,6 +135,7 @@ void FontManager::InitCharAliases() CharAliases["whiteheart"] = 0x2661; /* ♡ */ CharAliases["blackstar"] = 0x2605; /* ★ */ CharAliases["whitestar"] = 0x2606; /* ☆ */ + CharAliases["flipped-a"] = 0x2200; /* ∀ */ /* These are internal-use glyphs; they don't have real Unicode codepoints. */ CharAliases["up"] = 0xE000;