From 6a45379adee04150b8568453ae4e40440b446b72 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Wed, 9 Feb 2005 08:10:34 +0000 Subject: [PATCH] add back alias --- stepmania/src/FontCharAliases.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/stepmania/src/FontCharAliases.cpp b/stepmania/src/FontCharAliases.cpp index fecf5cf604..1a7dc247cb 100644 --- a/stepmania/src/FontCharAliases.cpp +++ b/stepmania/src/FontCharAliases.cpp @@ -296,8 +296,9 @@ static void InitCharAliases() { "menuleft", 0xE006 }, { "menuright", 0xE007 }, { "start", 0xE008 }, - { "ok", 0xE009 }, - { "nextrow", 0xE00A }, + { "back", 0xE009 }, + { "ok", 0xE00A }, + { "nextrow", 0xE00B }, { NULL, 0 } };