From eee28fe396b56252d92b9a295b79722335b0efd6 Mon Sep 17 00:00:00 2001 From: Chris Danford Date: Wed, 17 Aug 2005 09:59:05 +0000 Subject: [PATCH] fix goofy aux mappings --- stepmania/src/FontCharAliases.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/stepmania/src/FontCharAliases.cpp b/stepmania/src/FontCharAliases.cpp index 03ed68e536..f601b7e8ef 100644 --- a/stepmania/src/FontCharAliases.cpp +++ b/stepmania/src/FontCharAliases.cpp @@ -310,9 +310,9 @@ static void InitCharAliases() { "auxl3", 0xE016 }, { "auxr1", 0xE017 }, { "auxr2", 0xE018 }, - { "auxr3", 0xE017 }, - { "auxselect", 0xE018 }, - { "auxstart", 0xE018 }, + { "auxr3", 0xE019 }, + { "auxselect", 0xE01A }, + { "auxstart", 0xE01B }, { NULL, 0 } };