From 614929fae49cb69149fc595d61c9169f5f9cea06 Mon Sep 17 00:00:00 2001 From: Flameshadowxeroshin Date: Thu, 5 Jan 2012 04:00:36 +0000 Subject: [PATCH] allow left and right in dance-threepanel --- src/GameManager.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/GameManager.cpp b/src/GameManager.cpp index 44828c6b43..35f0a4f12b 100644 --- a/src/GameManager.cpp +++ b/src/GameManager.cpp @@ -390,8 +390,8 @@ static const Style g_Style_Dance_ThreePanel = }, { // m_iInputColumn[NUM_GameController][NUM_GameButton] // 4 3 5 - { Style::NO_MAPPING, Style::NO_MAPPING, Style::NO_MAPPING, 1, 0, 2, Style::END_MAPPING }, - { Style::NO_MAPPING, Style::NO_MAPPING, Style::NO_MAPPING, 1, 0, 2, Style::END_MAPPING } + { 0, 2, Style::NO_MAPPING, 1, 0, 2, Style::END_MAPPING }, + { 0, 2, Style::NO_MAPPING, 1, 0, 2, Style::END_MAPPING } }, { // m_iColumnDrawOrder[MAX_COLS_PER_PLAYER]; 0,1,2