Fix techno double 5.
I wonder if someone previously mixed up double 5 with double 8 here. Even though there shouldn't need to be a double 8...
This commit is contained in:
+15
-3
@@ -2386,11 +2386,23 @@ static const Style g_Style_Techno_Double5 =
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
{ // m_iInputColumn[NUM_GameController][NUM_GameButton]
|
{ // m_iInputColumn[NUM_GameController][NUM_GameButton]
|
||||||
{ 1, 6, 4, 3, 2, 5, Style::NO_MAPPING, 0, 7, Style::END_MAPPING },
|
{
|
||||||
{ 1, 6, 4, 3, 2, 5, Style::NO_MAPPING, 0, 7, Style::END_MAPPING },
|
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
|
||||||
|
},
|
||||||
},
|
},
|
||||||
{ // m_iColumnDrawOrder[MAX_COLS_PER_PLAYER];
|
{ // m_iColumnDrawOrder[MAX_COLS_PER_PLAYER];
|
||||||
0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15
|
0,1,2,3,4,5,6,7,8,9
|
||||||
},
|
},
|
||||||
false, // m_bNeedsZoomOutWith2Players
|
false, // m_bNeedsZoomOutWith2Players
|
||||||
false, // m_bCanUseBeginnerHelper
|
false, // m_bCanUseBeginnerHelper
|
||||||
|
|||||||
Reference in New Issue
Block a user