From efefc9f3ce33b08b511708b14bf0b44746e7bd13 Mon Sep 17 00:00:00 2001 From: Chris Danford Date: Mon, 12 Jan 2004 08:52:43 +0000 Subject: [PATCH] add menudown char alias --- stepmania/src/FontCharAliases.cpp | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/stepmania/src/FontCharAliases.cpp b/stepmania/src/FontCharAliases.cpp index 98b891d4a4..ac20cbc806 100644 --- a/stepmania/src/FontCharAliases.cpp +++ b/stepmania/src/FontCharAliases.cpp @@ -284,16 +284,17 @@ static void InitCharAliases() { "sharp", 0x266F }, /* ♯ */ /* These are internal-use glyphs; they don't have real Unicode codepoints. */ - { "up", 0xE000 }, - { "down", 0xE001 }, - { "left", 0xE002 }, - { "right", 0xE003 }, - { "menuup", 0xE004 }, + { "up", 0xE000 }, + { "down", 0xE001 }, + { "left", 0xE002 }, + { "right", 0xE003 }, + { "menuup", 0xE004 }, { "menudown", 0xE005 }, { "menuleft", 0xE006 }, { "menuright", 0xE007 }, - { "start", 0xE008 }, - { "ok", 0xE009 }, + { "start", 0xE008 }, + { "ok", 0xE009 }, + { "nextrow", 0xE00A }, { NULL, 0 } };