From bddb7e88f81787011e95882abff8e911324aa357 Mon Sep 17 00:00:00 2001 From: Chris Danford Date: Fri, 1 Apr 2005 09:24:06 +0000 Subject: [PATCH] add a few "aux*" aliases so that custom glyphs don't have to use arbitrary points in the private range --- stepmania/src/FontCharAliases.cpp | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/stepmania/src/FontCharAliases.cpp b/stepmania/src/FontCharAliases.cpp index 1a7dc247cb..265ce3ad51 100644 --- a/stepmania/src/FontCharAliases.cpp +++ b/stepmania/src/FontCharAliases.cpp @@ -299,6 +299,15 @@ static void InitCharAliases() { "back", 0xE009 }, { "ok", 0xE00A }, { "nextrow", 0xE00B }, + { "aux1", 0xE010 }, + { "aux2", 0xE011 }, + { "aux3", 0xE012 }, + { "aux4", 0xE013 }, + { "aux5", 0xE014 }, + { "aux6", 0xE015 }, + { "aux7", 0xE016 }, + { "aux8", 0xE017 }, + { "aux9", 0xE018 }, { NULL, 0 } };