From 217cfa73509d6e88b0476fdce33aa106de09a57b Mon Sep 17 00:00:00 2001 From: Jason Felds Date: Fri, 6 Apr 2012 19:03:52 -0400 Subject: [PATCH] Fix nonexistant techno-double8. The game mode never existed people! ......you know what? Forget it. Enjoy playing with 16 arrows that are hard to read. --- src/GameManager.cpp | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src/GameManager.cpp b/src/GameManager.cpp index f80e695cee..65efb5e93f 100644 --- a/src/GameManager.cpp +++ b/src/GameManager.cpp @@ -2458,13 +2458,11 @@ static const Style g_Style_Techno_Double8 = }, }, { // m_iInputColumn[NUM_GameController][NUM_GameButton] - { Style::NO_MAPPING, Style::NO_MAPPING, Style::NO_MAPPING, Style::NO_MAPPING, - 1, 3, 2, 0, 4, Style::END_MAPPING }, - { Style::NO_MAPPING, Style::NO_MAPPING, Style::NO_MAPPING, Style::NO_MAPPING, - 6, 8, 7, 5, 9, Style::END_MAPPING }, + { 1, 6, 4, 3, 2, 5, Style::NO_MAPPING, 0, 7, Style::END_MAPPING }, + { 9, 14, 12, 11, 10, 13, Style::NO_MAPPING, 8, 15, Style::END_MAPPING }, }, { // m_iColumnDrawOrder[MAX_COLS_PER_PLAYER]; - 0,1,2,3,4,5,6,7,8,9 + 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15 }, false, // m_bNeedsZoomOutWith2Players false, // m_bCanUseBeginnerHelper